diff --git a/template/stacks/core/argocd-sso/argocd-sso-config.yaml b/template/stacks/core/argocd-sso/argocd-sso-config.yaml index 8513828..6beca14 100644 --- a/template/stacks/core/argocd-sso/argocd-sso-config.yaml +++ b/template/stacks/core/argocd-sso/argocd-sso-config.yaml @@ -4,14 +4,11 @@ kind: Job metadata: name: argocd-config namespace: argocd -# annotations: -# argocd.argoproj.io/hook: PostSync spec: template: metadata: generateName: argocd-config- spec: - # serviceAccountName: bot restartPolicy: OnFailure containers: - name: push diff --git a/template/stacks/core/forgejo-sso/forgejo-sso-config.yaml b/template/stacks/core/forgejo-sso/forgejo-sso-config.yaml index d85de44..bbb4178 100644 --- a/template/stacks/core/forgejo-sso/forgejo-sso-config.yaml +++ b/template/stacks/core/forgejo-sso/forgejo-sso-config.yaml @@ -4,14 +4,11 @@ kind: Job metadata: name: forgejo-config namespace: gitea -# annotations: -# argocd.argoproj.io/hook: PostSync spec: template: metadata: generateName: forgejo-config- spec: - # serviceAccountName: bot restartPolicy: OnFailure containers: - name: push