Skip to content
Snippets Groups Projects

Resolve "xta-test-server helm-chart mit Deployment und Keystore-Secrets/Certificate-Resources"

Merged Jan Zickermann requested to merge 2-OZG-7121-KOP-2850-Dev-Deployment into main
5 files
+ 51
29
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 1afcd95a
    #2 OZG-7121 helm: Init truststore and keystore in deployment · 1afcd95a
    Jan Zickermann authored
@@ -17,17 +17,6 @@ spec:
duration: 8760h0m0s # 1 Jahr
renewBefore: 5840h0m0s # 8 Monate
commonName: {{ .Release.Name }}
keystores:
jks:
create: true
passwordSecretRef:
name: xta-test-server-default-secret
key: keystorePassword
pkcs12:
create: true
passwordSecretRef:
name: xta-test-server-default-secret
key: keystorePassword
subject:
organizations:
- "XtaTestOrga"
Loading