Skip to content

Commit

Permalink
add crb for cnpg startup
Browse files Browse the repository at this point in the history
Signed-off-by: phac008 <philipp.achmueller@suxess-it.com>
  • Loading branch information
phac008 committed Dec 6, 2024
1 parent a8641f5 commit ffb0578
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions platform-apps/charts/cnpg/templates/crb-cnpg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/instance: sx-cnpg
annotations:
argocd.argoproj.io/sync-wave: "-2"
name: sx-cnpg-cloudnative-pg
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: sx-cnpg-cloudnative-pg
subjects:
- kind: ServiceAccount
name: sx-cnpg-cloudnative-pg
namespace: cnpg

0 comments on commit ffb0578

Please sign in to comment.