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

fix: remove volumes form saml certs

parent 5712108d
No related branches found
No related tags found
No related merge requests found
......@@ -65,20 +65,6 @@ spec:
image: libresh/nextcloud:${NC_IMAGE_TAG}
imagePullPolicy: IfNotPresent
name: install-nuage
volumeMounts:
- name: realm
mountPath: "/etc/tls/idp"
readOnly: true
- name: saml
mountPath: "/etc/tls/saml"
readOnly: true
volumes:
- name: saml
secret:
secretName: ${FQDN}-saml
- name: realm
secret:
secretName: ${DOMAIN}-realm
restartPolicy: Never
securityContext:
fsGroup: 82
......
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