Skip to content
Snippets Groups Projects
Commit 5712108d authored by Timothee Gosselin's avatar Timothee Gosselin
Browse files

feat: mount saml certs in env variable

parent ab2b3e86
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,21 @@ spec:
secretKeyRef:
key: password
name: nextcloud.pg-${DOMAIN}.credentials
- name: SAML_CERT
valueFrom:
secretKeyRef:
key: tls.crt
name: ${FQDN}-saml
- name: SAML_KEY
valueFrom:
secretKeyRef:
key: tls.key
name: ${FQDN}-saml
- name: SAML_IDP_CERT
valueFrom:
secretKeyRef:
key: tls.crt
name: ${DOMAIN}-realm
envFrom:
- secretRef:
name: ${FQDN}-app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment