Skip to content

Commit

Permalink
specify the default serviceaccount in the deployment
Browse files Browse the repository at this point in the history
allow downgrading from 4.6 (where we do specify a serviceaccount)
  • Loading branch information
Joel Diaz committed Aug 27, 2020
1 parent 3f9b741 commit 1a2a2f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/05_deployment.yaml
Expand Up @@ -238,6 +238,8 @@ spec:
nodeSelector:
node-role.kubernetes.io/master: ""
priorityClassName: system-cluster-critical
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down

0 comments on commit 1a2a2f8

Please sign in to comment.