@@ -187,7 +187,7 @@ spec:
187187 - name : st2-config-vol
188188 mountPath : /etc/st2/st2.user.conf
189189 subPath : st2.user.conf
190- {{- if .Values.secrets. st2.datastore_crypto_key }}
190+ {{- if .Values.st2.datastore_crypto_key }}
191191 - name : st2-encryption-key-vol
192192 mountPath : /etc/st2/keys
193193 readOnly : true
@@ -206,7 +206,7 @@ spec:
206206 serviceAccountName : {{ template "stackstorm-ha.serviceAccountName" . }}
207207 {{- end }}
208208 volumes :
209- {{- if .Values.secrets. st2.datastore_crypto_key }}
209+ {{- if .Values.st2.datastore_crypto_key }}
210210 - name : st2-encryption-key-vol
211211 secret :
212212 secretName : {{ .Release.Name }}-st2-datastore-crypto-key
@@ -492,7 +492,7 @@ spec:
492492 - name : st2-config-vol
493493 configMap :
494494 name : {{ .Release.Name }}-st2-config
495- {{- if .Values.secrets. st2.datastore_crypto_key }}
495+ {{- if .Values.st2.datastore_crypto_key }}
496496 - name : st2-encryption-key-vol
497497 secret :
498498 secretName : {{ .Release.Name }}-st2-datastore-crypto-key
@@ -661,7 +661,7 @@ spec:
661661 - name : st2-config-vol
662662 mountPath : /etc/st2/st2.user.conf
663663 subPath : st2.user.conf
664- {{- if .Values.secrets. st2.datastore_crypto_key }}
664+ {{- if .Values.st2.datastore_crypto_key }}
665665 - name : st2-encryption-key-vol
666666 mountPath : /etc/st2/keys
667667 readOnly : true
@@ -675,7 +675,7 @@ spec:
675675 - name : st2-config-vol
676676 configMap :
677677 name : {{ .Release.Name }}-st2-config
678- {{- if .Values.secrets. st2.datastore_crypto_key }}
678+ {{- if .Values.st2.datastore_crypto_key }}
679679 - name : st2-encryption-key-vol
680680 secret :
681681 secretName : {{ .Release.Name }}-st2-datastore-crypto-key
@@ -758,7 +758,7 @@ spec:
758758 - name : st2-config-vol
759759 mountPath : /etc/st2/st2.user.conf
760760 subPath : st2.user.conf
761- {{- if .Values.secrets. st2.datastore_crypto_key }}
761+ {{- if .Values.st2.datastore_crypto_key }}
762762 - name : st2-encryption-key-vol
763763 mountPath : /etc/st2/keys
764764 readOnly : true
@@ -769,7 +769,7 @@ spec:
769769 serviceAccountName : {{ template "stackstorm-ha.serviceAccountName" . }}
770770 {{- end }}
771771 volumes :
772- {{- if .Values.secrets. st2.datastore_crypto_key }}
772+ {{- if .Values.st2.datastore_crypto_key }}
773773 - name : st2-encryption-key-vol
774774 secret :
775775 secretName : {{ .Release.Name }}-st2-datastore-crypto-key
@@ -973,7 +973,7 @@ spec:
973973 mountPath : /opt/stackstorm/virtualenvs
974974 readOnly : true
975975 {{- end }}
976- {{- if $.Values.secrets. st2.datastore_crypto_key }}
976+ {{- if $.Values.st2.datastore_crypto_key }}
977977 - name : st2-encryption-key-vol
978978 mountPath : /etc/st2/keys
979979 readOnly : true
@@ -984,7 +984,7 @@ spec:
984984 serviceAccountName : {{ template "stackstorm-ha.serviceAccountName" $ }}
985985 {{- end }}
986986 volumes :
987- {{- if $.Values.secrets. st2.datastore_crypto_key }}
987+ {{- if $.Values.st2.datastore_crypto_key }}
988988 - name : st2-encryption-key-vol
989989 secret :
990990 secretName : {{ $.Release.Name }}-st2-datastore-crypto-key
@@ -1090,7 +1090,7 @@ spec:
10901090 - name : st2-ssh-key-vol
10911091 mountPath : /home/stanley/.ssh/
10921092 readOnly : true
1093- {{- if .Values.secrets. st2.datastore_crypto_key }}
1093+ {{- if .Values.st2.datastore_crypto_key }}
10941094 - name : st2-encryption-key-vol
10951095 mountPath : /etc/st2/keys
10961096 readOnly : true
@@ -1109,7 +1109,7 @@ spec:
11091109 serviceAccountName : {{ template "stackstorm-ha.serviceAccountName" . }}
11101110 {{- end }}
11111111 volumes :
1112- {{- if .Values.secrets. st2.datastore_crypto_key }}
1112+ {{- if .Values.st2.datastore_crypto_key }}
11131113 - name : st2-encryption-key-vol
11141114 secret :
11151115 secretName : {{ .Release.Name }}-st2-datastore-crypto-key
@@ -1343,7 +1343,7 @@ spec:
13431343 - name : st2-ssh-key-vol
13441344 mountPath : /home/stanley/.ssh/
13451345 readOnly : true
1346- {{- if .Values.secrets. st2.datastore_crypto_key }}
1346+ {{- if .Values.st2.datastore_crypto_key }}
13471347 - name : st2-encryption-key-vol
13481348 mountPath : /etc/st2/keys
13491349 readOnly : true
@@ -1365,7 +1365,7 @@ spec:
13651365 memory : " 5Mi"
13661366 cpu : " 5m"
13671367 volumes :
1368- {{- if .Values.secrets. st2.datastore_crypto_key }}
1368+ {{- if .Values.st2.datastore_crypto_key }}
13691369 - name : st2-encryption-key-vol
13701370 secret :
13711371 secretName : {{ .Release.Name }}-st2-datastore-crypto-key
0 commit comments