From 51a544594cefabb89190fff531d8966461021233 Mon Sep 17 00:00:00 2001 From: Timothee Gosselin <timothee@indie.host> Date: Tue, 21 Jun 2022 14:44:54 +0000 Subject: [PATCH] fix: remove volumes form saml certs --- nextcloud/manifests/install-job.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/nextcloud/manifests/install-job.yml b/nextcloud/manifests/install-job.yml index 0f23dce..e8452b7 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 -- GitLab