chore(helm): mount encryption key file more correctly (#5324)
This commit is contained in:
@@ -60,7 +60,7 @@ spec:
|
||||
- name: postgres-certificate
|
||||
mountPath: /postgres-certificate
|
||||
{{- end }}
|
||||
{{- if .Values.featureFlags.automateModuleEnabled }}
|
||||
{{- if (or .Values.featureFlags.automateModuleEnabled .Values.featureFlags.workspacesSSOEnabled) }}
|
||||
- name: encryption-keys
|
||||
readOnly: true
|
||||
mountPath: /encryption-keys
|
||||
@@ -151,7 +151,7 @@ spec:
|
||||
configMap:
|
||||
name: postgres-certificate
|
||||
{{- end }}
|
||||
{{- if .Values.featureFlags.automateModuleEnabled }}
|
||||
{{- if (or .Values.featureFlags.automateModuleEnabled .Values.featureFlags.workspacesSSOEnabled) }}
|
||||
- name: encryption-keys
|
||||
secret:
|
||||
secretName: encryption-keys
|
||||
|
||||
@@ -37,7 +37,7 @@ secrets:
|
||||
{{- if .Values.server.monitoring.apollo.enabled }}
|
||||
- name: {{ default .Values.secretName .Values.server.monitoring.apollo.key.secretName }}
|
||||
{{- end }}
|
||||
{{- if .Values.featureFlags.automateModuleEnabled }}
|
||||
{{- if (or .Values.featureFlags.automateModuleEnabled .Values.featureFlags.workspacesSSOEnabled) }}
|
||||
- name: encryption-keys
|
||||
{{- end }}
|
||||
{{- if .Values.featureFlags.workspacesModuleEnabled }}
|
||||
|
||||
@@ -60,7 +60,7 @@ spec:
|
||||
- name: postgres-certificate
|
||||
mountPath: /postgres-certificate
|
||||
{{- end }}
|
||||
{{- if .Values.featureFlags.automateModuleEnabled }}
|
||||
{{- if (or .Values.featureFlags.automateModuleEnabled .Values.featureFlags.workspacesSSOEnabled) }}
|
||||
- name: encryption-keys
|
||||
readOnly: true
|
||||
mountPath: /encryption-keys
|
||||
@@ -151,7 +151,7 @@ spec:
|
||||
configMap:
|
||||
name: postgres-certificate
|
||||
{{- end }}
|
||||
{{- if .Values.featureFlags.automateModuleEnabled }}
|
||||
{{- if (or .Values.featureFlags.automateModuleEnabled .Values.featureFlags.workspacesSSOEnabled) }}
|
||||
- name: encryption-keys
|
||||
secret:
|
||||
secretName: encryption-keys
|
||||
|
||||
@@ -37,7 +37,7 @@ secrets:
|
||||
{{- if .Values.server.monitoring.apollo.enabled }}
|
||||
- name: {{ default .Values.secretName .Values.server.monitoring.apollo.key.secretName }}
|
||||
{{- end }}
|
||||
{{- if .Values.featureFlags.automateModuleEnabled }}
|
||||
{{- if (or .Values.featureFlags.automateModuleEnabled .Values.featureFlags.workspacesSSOEnabled) }}
|
||||
- name: encryption-keys
|
||||
{{- end }}
|
||||
{{- if .Values.featureFlags.workspacesModuleEnabled }}
|
||||
|
||||
Reference in New Issue
Block a user