Skip to content
Snippets Groups Projects
Commit 7b9a165a authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

secret config

parent e783b211
No related branches found
No related tags found
1 merge request!2OZG-7491 pipeline: Change version format
Pipeline #1611 passed
......@@ -22,15 +22,13 @@
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
{{- if (.Values.xta).keystore }}
{{- if (.Values.xta).rootCa }}
apiVersion: v1
kind: Secret
metadata:
name: xta-keystore
name: xta-root-ca
namespace: {{ include "app.namespace" . }}
type: Opaque
stringData:
password: {{ .Values.xta.keystore.password }}
data:
file: {{ .Values.xta.keystore.file }}
ca.crt: {{ .Values.xta.rootCa }}
{{- end }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment