Skip to content

Commit b9234b0

Browse files
committed
kyverno: rollout to all staging clusters
Kyverno's deployments in the existing staging environments have stabilized at this point, so it's safe to continue the rollout to the rest of the staging clusters. Signed-off-by: Andy Sadler <[email protected]>
1 parent 26a34ba commit b9234b0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

argo-cd-apps/overlays/production-downstream/delete-applications.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,9 @@ kind: ApplicationSet
7575
metadata:
7676
name: namespace-lister
7777
$patch: delete
78+
---
79+
apiVersion: argoproj.io/v1alpha1
80+
kind: ApplicationSet
81+
metadata:
82+
name: kyverno
83+
$patch: delete

argo-cd-apps/overlays/staging-downstream/delete-applications.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ $patch: delete
6565
---
6666
apiVersion: argoproj.io/v1alpha1
6767
kind: ApplicationSet
68-
metadata:
69-
name: kyverno
70-
$patch: delete
71-
---
72-
apiVersion: argoproj.io/v1alpha1
73-
kind: ApplicationSet
7468
metadata:
7569
name: namespace-lister
7670
$patch: delete

0 commit comments

Comments
 (0)