Skip to content

Commit

Permalink
Merge pull request #49 from kimabd/main
Browse files Browse the repository at this point in the history
StorageClass name change
  • Loading branch information
d7561985 authored Apr 10, 2024
2 parents ad1934c + be0f883 commit 290c915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nats/templates/store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: nats-ebs-sc-gp3
name: "{{ .Release.Name }}-nats-ebs-sc-gp3"
labels:
{{- include "nats.labels" . | nindent 4 }}
provisioner: ebs.csi.aws.com
Expand All @@ -11,4 +11,4 @@ parameters:
type: gp3
iops: "3000"
throughput: "256"
{{- end }}
{{- end }}

0 comments on commit 290c915

Please sign in to comment.