Skip to content

Commit

Permalink
Clusterwide StorageClass-name change to make deploy another release o…
Browse files Browse the repository at this point in the history
…n service in same cluster
  • Loading branch information
kimabd committed Apr 9, 2024
1 parent ad1934c commit be0f883
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 be0f883

Please sign in to comment.