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

Commit

Permalink
Merge pull request #972 from lachie83/add-flux-deploy-service-account
Browse files Browse the repository at this point in the history
Enable serviceAccount in flux and helm operator
  • Loading branch information
squaremo authored Mar 2, 2018
2 parents 6bb432d + c2745f9 commit ecadf52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
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

0 comments on commit ecadf52

Please sign in to comment.