Skip to content

Commit

Permalink
Remove mentions to the (now unused) general service account (knative#407
Browse files Browse the repository at this point in the history
)

All jobs now use specific service accounts.
  • Loading branch information
adrcunha authored and knative-prow-robot committed Jan 19, 2019
1 parent 401a8f7 commit 62b024b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions ci/prow/boskos/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ spec:
- name: boskos-janitor
image: gcr.io/k8s-testimages/janitor:v20180619-83c62c891
args:
- --service-account=/etc/service-account/service-account.json
- --service-account=/etc/test-account/service-account.json
- --resource-type=gke-project
- --pool-size=10
volumeMounts:
- mountPath: /etc/service-account
- mountPath: /etc/test-account
name: service
readOnly: true
volumes:
Expand Down
18 changes: 0 additions & 18 deletions ci/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,10 @@ presets:
- name: account
secret:
secretName: test-account
- name: service-account
secret:
secretName: service-account
volumeMounts:
- name: account
mountPath: /etc/test-account
readOnly: true
- name: service-account
mountPath: /etc/service-account
readOnly: true
# nightly release service account
- labels:
preset-nightly-account: "true"
Expand All @@ -101,16 +95,10 @@ presets:
- name: account
secret:
secretName: nightly-account
- name: service-account
secret:
secretName: service-account
volumeMounts:
- name: account
mountPath: /etc/nightly-account
readOnly: true
- name: service-account
mountPath: /etc/service-account
readOnly: true
# versioned release service account
- labels:
preset-release-account: "true"
Expand All @@ -121,16 +109,10 @@ presets:
- name: account
secret:
secretName: release-account
- name: service-account
secret:
secretName: service-account
volumeMounts:
- name: account
mountPath: /etc/release-account
readOnly: true
- name: service-account
mountPath: /etc/service-account
readOnly: true
# backups service account
- labels:
preset-backup-account: "true"
Expand Down

0 comments on commit 62b024b

Please sign in to comment.