Skip to content

Commit

Permalink
update service account
Browse files Browse the repository at this point in the history
  • Loading branch information
niso120b committed Aug 13, 2020
1 parent 57da396 commit 247098b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion orchestrators/aks/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: ServiceAccount
metadata:
name: aqua-sa
imagePullSecrets:
- name: dockerhub
- name: aqua-registry
2 changes: 1 addition & 1 deletion orchestrators/eks/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: ServiceAccount
metadata:
name: aqua-sa
imagePullSecrets:
- name: dockerhub
- name: aqua-registry
2 changes: 1 addition & 1 deletion orchestrators/gke/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: ServiceAccount
metadata:
name: aqua-sa
imagePullSecrets:
- name: dockerhub
- name: aqua-registry
2 changes: 1 addition & 1 deletion orchestrators/pks/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: ServiceAccount
metadata:
name: aqua-sa
imagePullSecrets:
- name: dockerhub
- name: aqua-registry
2 changes: 1 addition & 1 deletion orchestrators/rancher/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: ServiceAccount
metadata:
name: aqua-sa
imagePullSecrets:
- name: dockerhub
- name: aqua-registry

0 comments on commit 247098b

Please sign in to comment.