diff --git a/nextcloud/manifests/install-job.yml b/nextcloud/manifests/install-job.yml index 0f23dce291326b1888bdcb9b6959e976ecd2723a..e8452b70d58d5a4284fbea2f273c1cf15780ecf9 100644 --- a/nextcloud/manifests/install-job.yml +++ b/nextcloud/manifests/install-job.yml @@ -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