File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
charts/gitops-runtime/templates/_components/cap-app-proxy Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ kind: Role
55metadata :
66 labels :
77 app : cap-app-proxy
8+ annotations :
9+ argocd.argoproj.io/sync-options : Delete=false
810 name : cap-app-proxy
911rules :
1012- apiGroups :
@@ -77,6 +79,8 @@ kind: RoleBinding
7779metadata :
7880 labels :
7981 app : cap-app-proxy
82+ annotations :
83+ argocd.argoproj.io/sync-options : Delete=false
8084 name : cap-app-proxy
8185roleRef :
8286 apiGroup : rbac.authorization.k8s.io
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ metadata:
66 name : {{ include "cap-app-proxy.fullname" . }}-enrichment
77 labels :
88 {{- include "cap-app-proxy.labels" . | nindent 4 }}
9+ annotations :
10+ argocd.argoproj.io/sync-options : Delete=false
911roleRef :
1012 apiGroup : " "
1113 kind : Role
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
55 name : {{ include "cap-app-proxy.fullname" . }}-enrichment
66 labels :
77 {{- include "cap-app-proxy.labels" . | nindent 4 }}
8+ annotations :
9+ argocd.argoproj.io/sync-options : Delete=false
810rules :
911 - apiGroups :
1012 - " *"
You can’t perform that action at this time.
0 commit comments