| commit | d4eb58685a4dcdf756b3b948db661a966e497822 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Aug 29 15:05:25 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Aug 29 15:05:25 2024 +0400 |
| tree | 38c69770d94d52d788eb129b55d68dd848847417 | |
| parent | 91885819721e80ec7bc83a7fdb74ec72bedc71a9 [diff] [blame] |
update
diff --git a/charts/soft-serve/templates/stateful-set.yaml b/charts/soft-serve/templates/stateful-set.yaml index e5b32eb..7c776c2 100644 --- a/charts/soft-serve/templates/stateful-set.yaml +++ b/charts/soft-serve/templates/stateful-set.yaml
@@ -17,7 +17,7 @@ volumes: - name: data persistentVolumeClaim: - claimName: soft-serve + claimName: {{ .Values.persistentVolumeClaimName }} {{ if and .Values.privateKey .Values.publicKey }} - name: keys configMap: