From b2da123aa1589888ef9bce9836a9f98b86f7e6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Tue, 7 Mar 2023 07:38:25 +0000 Subject: [PATCH] =?UTF-8?q?workspaces=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/template.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/template/template.yml b/template/template.yml index c065aca..5bfd563 100644 --- a/template/template.yml +++ b/template/template.yml @@ -38,17 +38,6 @@ objects: requests: storage: 1Gi storageClassName: '${STORAGE_CLASS}' - - apiVersion: v1 - kind: PersistentVolumeClaim - metadata: - name: 'image-pvc-${APP_NAME}' - spec: - accessModes: - - ReadWriteMany - resources: - requests: - storage: 1Gi - storageClassName: '${STORAGE_CLASS}' - apiVersion: v1 kind: ConfigMap metadata: @@ -180,8 +169,6 @@ objects: workspace: s2i - name: build-pvc workspace: build-pvc - - name: image-pvc - workspace: image-pvc notification: onSuccess: slack: @@ -335,9 +322,6 @@ objects: - name: build-pvc persistentVolumeClaim: claimName: 'build-pvc-${APP_NAME}' - - name: image-pvc - persistentVolumeClaim: - claimName: 'image-pvc-${APP_NAME}' parameters: - description: Application name displayName: AppName