Spaces:
Running
Running
fix(chart): infisical secret name (#1284)
Browse files
chart/templates/deployment.yaml
CHANGED
@@ -63,7 +63,7 @@ spec:
|
|
63 |
name: {{ include "name" . }}
|
64 |
{{- if $.Values.infisical.enabled }}
|
65 |
- secretRef:
|
66 |
-
name: {{ include "name" $ }}-
|
67 |
{{- end }}
|
68 |
{{- with $.Values.extraEnvFrom }}
|
69 |
{{- toYaml . | nindent 14 }}
|
|
|
63 |
name: {{ include "name" . }}
|
64 |
{{- if $.Values.infisical.enabled }}
|
65 |
- secretRef:
|
66 |
+
name: {{ include "name" $ }}-secs
|
67 |
{{- end }}
|
68 |
{{- with $.Values.extraEnvFrom }}
|
69 |
{{- toYaml . | nindent 14 }}
|