fix zitadel deployment phases

This commit is contained in:
2024-03-16 12:25:13 +01:00
parent 91376d87de
commit 13f0eea33c
5 changed files with 25 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ kind: ServiceAccount
metadata:
name: zitadel-cert-creator
annotations:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "2"
---
apiVersion: rbac.authorization.k8s.io/v1
@@ -19,6 +20,7 @@ kind: RoleBinding
metadata:
name: zitadel-cert-creator
annotations:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "2"
subjects:
- kind: ServiceAccount
@@ -33,6 +35,7 @@ kind: Job
metadata:
name: create-zitadel-cert
annotations:
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/sync-wave: "2"
spec:
template: