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

Commit

Permalink
chore: add workload identity annotation to tekton bot sa when on GKE
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Mar 27, 2020
1 parent 44874e0 commit 6c7845a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/jenkins-x/tekton/values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ auth:
{{- if eq "eks" .Values.jxRequirements.cluster.provider }}
serviceaccount:
enabled: false
{{- if eq .Values.jxRequirements.cluster.provider "gke" }}
annotations:
iam.gke.io/gcp-service-account: {{ .Values.jxRequirements.cluster.clusterName }}-tk@{{ .Values.jxRequirements.cluster.project }}.iam.gserviceaccount.com
{{- end }}
{{- end }}

tillerNamespace: ""

0 comments on commit 6c7845a

Please sign in to comment.