force and prune

This commit is contained in:
2022-07-25 18:27:54 +02:00
parent 4204fda846
commit a4cb398925
3 changed files with 6 additions and 3 deletions
@@ -9,7 +9,8 @@ metadata:
spec: spec:
interval: 1m0s interval: 1m0s
path: ./k8s-kustomizations/pipelines/nginx/dev path: ./k8s-kustomizations/pipelines/nginx/dev
prune: false prune: true
force: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: pipelines name: pipelines
@@ -9,7 +9,8 @@ metadata:
spec: spec:
interval: 1m0s interval: 1m0s
path: ./k8s-kustomizations/pipelines/nginx/prod path: ./k8s-kustomizations/pipelines/nginx/prod
prune: false prune: true
force: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: pipelines name: pipelines
@@ -9,7 +9,8 @@ metadata:
spec: spec:
interval: 1m0s interval: 1m0s
path: ./k8s-kustomizations/pipelines/nginx/staging path: ./k8s-kustomizations/pipelines/nginx/staging
prune: false prune: true
force: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: pipelines name: pipelines