Skip to content

Commit

Permalink
[ISSUE-27] Fix EFS Storage Class Mismatch with Name Prefix (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulliwog authored Jul 12, 2024
1 parent f5144f9 commit 721213b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions charts/deepgram-self-hosted/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this Helm chart will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

- Resolves a mismatch between PVC and SC prefix naming convention.

## [0.2.2-beta] - 2024-06-27

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
accessModes:
- ReadWriteMany
storageClassName: aws-efs-sc
storageClassName: {{ .Values.engine.modelManager.volumes.aws.efs.namePrefix }}-aws-efs-sc
resources:
requests:
storage: 5Gi
Expand Down

0 comments on commit 721213b

Please sign in to comment.