Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: jumpstarter-manager-role
annotations:
argocd.argoproj.io/sync-wave: "-1"
rules:
- apiGroups:
- ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/name: jumpstarter-router
annotations:
argocd.argoproj.io/sync-wave: "-1"
name: jumpstarter-manager-rolebinding

roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/name: jumpstarter-router
annotations:
argocd.argoproj.io/sync-wave: "-1"
name: controller-manager
namespace: {{ default .Release.Namespace .Values.namespace }}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks/#hook-deletion-policies
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: HookSucceeded
argocd.argoproj.io/sync-wave: "-1"
name: jumpstarter-secrets
namespace: {{ $namespace }}
spec:
Expand Down
Loading