Commit 007e7e1d authored by bruzzese's avatar bruzzese
Browse files

added ca mount path to auth deploy

parent 34bcd549
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 }}
@@ -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 }}