Loading charts/rucio-server/templates/auth_deployment.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,9 @@ spec: - name: hostkey secret: secretName: {{ .Release.Name }}-auth-hostkey - name: cafile secret: secretName: {{ .Release.Name }}-auth-cafile {{- end }} containers: {{- if .Values.exposeErrorLogs.authServer }} Loading Loading @@ -175,6 +178,9 @@ spec: - name: hostkey mountPath: /etc/grid-security/hostkey.pem subPath: hostkey.pem - name: cafile mountPath: /etc/grid-security/ca.pem subPath: ca.pem {{- end }} env: {{- range $key, $val := .Values.httpd_config }} Loading Loading
charts/rucio-server/templates/auth_deployment.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,9 @@ spec: - name: hostkey secret: secretName: {{ .Release.Name }}-auth-hostkey - name: cafile secret: secretName: {{ .Release.Name }}-auth-cafile {{- end }} containers: {{- if .Values.exposeErrorLogs.authServer }} Loading Loading @@ -175,6 +178,9 @@ spec: - name: hostkey mountPath: /etc/grid-security/hostkey.pem subPath: hostkey.pem - name: cafile mountPath: /etc/grid-security/ca.pem subPath: ca.pem {{- end }} env: {{- range $key, $val := .Values.httpd_config }} Loading