Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 6ee2eb6

Browse files
authored
force secrets-job to run first (#207)
* force secrets-job to run first * force secrets-job to run first * force secrets-job to run first * force secrets-job to run first
1 parent 64b465d commit 6ee2eb6

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

deploy/helm/jumpstarter/charts/jumpstarter-controller/templates/rbac/role.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
55
name: jumpstarter-manager-role
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "-1"
68
rules:
79
- apiGroups:
810
- ""

deploy/helm/jumpstarter/charts/jumpstarter-controller/templates/rbac/role_binding.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ kind: ClusterRoleBinding
33
metadata:
44
labels:
55
app.kubernetes.io/name: jumpstarter-router
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "-1"
68
name: jumpstarter-manager-rolebinding
7-
89
roleRef:
910
apiGroup: rbac.authorization.k8s.io
1011
kind: ClusterRole

deploy/helm/jumpstarter/charts/jumpstarter-controller/templates/rbac/service_account.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ kind: ServiceAccount
33
metadata:
44
labels:
55
app.kubernetes.io/name: jumpstarter-router
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "-1"
68
name: controller-manager
79
namespace: {{ default .Release.Namespace .Values.namespace }}

deploy/helm/jumpstarter/charts/jumpstarter-controller/templates/secrets-job.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks/#hook-deletion-policies
1010
argocd.argoproj.io/hook: Sync
1111
argocd.argoproj.io/hook-delete-policy: HookSucceeded
12+
argocd.argoproj.io/sync-wave: "-1"
1213
name: jumpstarter-secrets
1314
namespace: {{ $namespace }}
1415
spec:

0 commit comments

Comments
 (0)