Skip to content

Commit

Permalink
Fix cluster role bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger committed Jan 18, 2024
1 parent 2d1423d commit 422b7f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: kustomize-controller
namespace: "{{ .Release.namespace }}"
namespace: "{{ .Release.Namespace }}"
- kind: ServiceAccount
name: helm-controller
namespace: "{{ .Release.namespace }}"
namespace: "{{ .Release.Namespace }}"
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ roleRef:
subjects:
- kind: ServiceAccount
name: kustomize-controller
namespace: "{{ .Release.namespace }}"
namespace: "{{ .Release.Namespace }}"
- kind: ServiceAccount
name: helm-controller
namespace: "{{ .Release.namespace }}"
namespace: "{{ .Release.Namespace }}"
- kind: ServiceAccount
name: source-controller
namespace: "{{ .Release.namespace }}"
namespace: "{{ .Release.Namespace }}"
- kind: ServiceAccount
name: notification-controller
namespace: "{{ .Release.namespace }}"
namespace: "{{ .Release.Namespace }}"
- kind: ServiceAccount
name: image-reflector-controller
namespace: "{{ .Release.namespace }}"
namespace: "{{ .Release.Namespace }}"
- kind: ServiceAccount
name: image-automation-controller
namespace: "{{ .Release.namespace }}"
namespace: "{{ .Release.Namespace }}"

0 comments on commit 422b7f8

Please sign in to comment.