workspaces 삭제
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user