Skip to content

Commit 80cb9ed

Browse files
authored
add pulp-access-controller component to public prod (#7312)
It appears that pulp should be in all clusters, not just the internal clusters. It's already in the staging clusters and internal production, but we didn't remove the deletion patch from the public production overlays in #6561. Remove the deletion patch so that pulp is deployed to the public production clusters. Fixes: fbef708 ("pulp to production (#6561)") Signed-off-by: Andy Sadler <[email protected]>
1 parent a18ba68 commit 80cb9ed

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

argo-cd-apps/overlays/konflux-public-production/delete-applications.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ $patch: delete
2121
---
2222
apiVersion: argoproj.io/v1alpha1
2323
kind: ApplicationSet
24-
metadata:
25-
name: pulp-access-controller
26-
$patch: delete
27-
---
28-
apiVersion: argoproj.io/v1alpha1
29-
kind: ApplicationSet
3024
metadata:
3125
name: cert-manager
3226
$patch: delete
@@ -42,4 +36,4 @@ apiVersion: argoproj.io/v1alpha1
4236
kind: ApplicationSet
4337
metadata:
4438
name: konflux-kite
45-
$patch: delete
39+
$patch: delete

0 commit comments

Comments
 (0)