Skip to content

Commit

Permalink
[ISSUE-27] Fix EFS Storage Class Mismatch with Name Prefix
Browse files Browse the repository at this point in the history
This change fixes a template issue when using AWS EFS as the storage for self-hosted deployments
  • Loading branch information
paulliwog authored Jul 12, 2024
1 parent f5144f9 commit 98286e5
Showing 1 changed file with 1 addition and 1 deletion.
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 98286e5

Please sign in to comment.