Loading cluster/kubernetes/charts/templates/auth/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ spec: checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} checksum/esg-config-overrides: {{ include (print $.Template.BasePath "/configuration/esg-config-overrides.yaml") . | sha256sum }} checksum/auth-overrides: {{ include (print $.Template.BasePath "/configuration/auth-overrides.yaml") . | sha256sum }} spec: initContainers: # Wait for postgres to become available before starting Loading Loading @@ -125,6 +126,9 @@ spec: - mountPath: /esg/config/.overrides name: esg-config-overrides readOnly: true - mountPath: /esg/auth/.overrides name: auth-overrides readOnly: true resources: {{ toYaml .Values.auth.resources | indent 12 }} volumes: Loading @@ -134,3 +138,6 @@ spec: - name: esg-config-overrides configMap: name: "{{ template "fullname" . }}-esg-config-overrides" - name: auth-overrides configMap: name: "{{ template "fullname" . }}-auth-overrides" cluster/kubernetes/charts/templates/configuration/auth-overrides.yaml 0 → 100644 +9 −0 Original line number Diff line number Diff line apiVersion: v1 kind: ConfigMap metadata: name: "{{ template "fullname" . }}-auth-overrides" labels: {{ include "default-labels" . | indent 4 }} component: configuration data: {{ toYaml .Values.authOverrides | indent 2 }} Loading
cluster/kubernetes/charts/templates/auth/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ spec: checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} checksum/esg-config-overrides: {{ include (print $.Template.BasePath "/configuration/esg-config-overrides.yaml") . | sha256sum }} checksum/auth-overrides: {{ include (print $.Template.BasePath "/configuration/auth-overrides.yaml") . | sha256sum }} spec: initContainers: # Wait for postgres to become available before starting Loading Loading @@ -125,6 +126,9 @@ spec: - mountPath: /esg/config/.overrides name: esg-config-overrides readOnly: true - mountPath: /esg/auth/.overrides name: auth-overrides readOnly: true resources: {{ toYaml .Values.auth.resources | indent 12 }} volumes: Loading @@ -134,3 +138,6 @@ spec: - name: esg-config-overrides configMap: name: "{{ template "fullname" . }}-esg-config-overrides" - name: auth-overrides configMap: name: "{{ template "fullname" . }}-auth-overrides"
cluster/kubernetes/charts/templates/configuration/auth-overrides.yaml 0 → 100644 +9 −0 Original line number Diff line number Diff line apiVersion: v1 kind: ConfigMap metadata: name: "{{ template "fullname" . }}-auth-overrides" labels: {{ include "default-labels" . | indent 4 }} component: configuration data: {{ toYaml .Values.authOverrides | indent 2 }}