Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Enable serviceAccount in flux and helm operator #972

Merged
merged 1 commit into from
Mar 2, 2018
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
4 changes: 1 addition & 3 deletions deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ spec:
labels:
name: flux
spec:
# The serviceAccount is only needed for Kubernetes with RBAC.
# You will also need to create the resources in flux-account.yaml.
# serviceAccount: flux
serviceAccount: flux
volumes:
- name: git-key
secret:
Expand Down
4 changes: 1 addition & 3 deletions deploy/helm-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
labels:
name: helm-operator
spec:
# The serviceAccount is only needed for Kubernetes with RBAC.
# You will also need to create the resources in flux-account.yaml.
# serviceAccount: flux
serviceAccount: flux
volumes:
- name: git-key
secret:
Expand Down