workspaces 삭제
This commit is contained in:
@@ -38,17 +38,6 @@ objects:
|
|||||||
requests:
|
requests:
|
||||||
storage: 1Gi
|
storage: 1Gi
|
||||||
storageClassName: '${STORAGE_CLASS}'
|
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
|
- apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
@@ -180,8 +169,6 @@ objects:
|
|||||||
workspace: s2i
|
workspace: s2i
|
||||||
- name: build-pvc
|
- name: build-pvc
|
||||||
workspace: build-pvc
|
workspace: build-pvc
|
||||||
- name: image-pvc
|
|
||||||
workspace: image-pvc
|
|
||||||
notification:
|
notification:
|
||||||
onSuccess:
|
onSuccess:
|
||||||
slack:
|
slack:
|
||||||
@@ -335,9 +322,6 @@ objects:
|
|||||||
- name: build-pvc
|
- name: build-pvc
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: 'build-pvc-${APP_NAME}'
|
claimName: 'build-pvc-${APP_NAME}'
|
||||||
- name: image-pvc
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: 'image-pvc-${APP_NAME}'
|
|
||||||
parameters:
|
parameters:
|
||||||
- description: Application name
|
- description: Application name
|
||||||
displayName: AppName
|
displayName: AppName
|
||||||
|
|||||||
Reference in New Issue
Block a user