Skip to content

Commit

Permalink
Merge pull request #210 from fejta/up
Browse files Browse the repository at this point in the history
Use workload-identity to authenticate instead of a secret
  • Loading branch information
google-oss-robot authored Jan 9, 2020
2 parents 6e190a7 + 8d8582e commit f2342ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions prow/cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ spec:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
- --cookiefile=/etc/cookies/cookies
- --gcs-credentials-file=/etc/robot/service-account.json
- --gerrit-projects=https://kunit-review.googlesource.com=linux
- --last-sync-fallback=gs://oss-prow/last-gerrit-sync
volumeMounts:
Expand All @@ -354,9 +353,6 @@ spec:
- name: cookies
mountPath: /etc/cookies
readOnly: true
- name: service-account
mountPath: /etc/robot
readOnly: true
volumes:
- name: config
configMap:
Expand All @@ -368,9 +364,6 @@ spec:
secret:
defaultMode: 420
secretName: http-cookiefile
- name: service-account
secret:
secretName: service-account
---
apiVersion: extensions/v1beta1
kind: Deployment
Expand Down

0 comments on commit f2342ad

Please sign in to comment.