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

Commit

Permalink
fix: annotations not being added to service account
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Mar 27, 2020
1 parent dabf267 commit 44874e0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions apps/bitnami/external-dns/values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{{- if eq .Values.jxRequirements.cluster.provider "gke" }}
rbac:
serviceAccountAnnotations:
iam.gke.io/gcp-service-account: {{ .Values.jxRequirements.cluster.clusterName }}-ex@{{ .Values.jxRequirements.cluster.project }}.iam.gserviceaccount.com
{{- end }}

sources:
- ingress
{{- if eq .Values.jxRequirements.cluster.provider "eks" }}
Expand All @@ -23,6 +17,11 @@ google:

rbac:
create: true
{{- if eq .Values.jxRequirements.cluster.provider "gke" }}
serviceAccountAnnotations:
iam.gke.io/gcp-service-account: {{ .Values.jxRequirements.cluster.clusterName }}-ex@{{ .Values.jxRequirements.cluster.project }}.iam.gserviceaccount.com
{{- end }}

domainFilters:
{{- range .Values.jxRequirements.environments }}
{{- if .ingress.domain }}
Expand Down

0 comments on commit 44874e0

Please sign in to comment.