Skip to content

Commit d623fd1

Browse files
committed
update env file
1 parent f02aa45 commit d623fd1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

installation/env_eks.tmpl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ AWS_ACCESS_KEY_ID=""
99
GRAFANA_ADMIN_USER=finops
1010
GRAFANA_ADMIN_PW=s7@ck
1111

12-
# GCP SA for workload identity
13-
GRAFANA_SA_ANNOTATION="iam.gke.io/gcp-service-account: [email protected]"
14-
1512
# Grafana ingress settings
1613
GRAFANA_INGRESS="false"
1714
# GRAFANA_PUBLIC_IP_NAME="name-of-public-ip"
1815
# GRAFANA_FQDN="grafana.host.name"
1916

2017
## GCP SA for workload identity for cert-manager (need to be defined but only used if cert-manager is being installed)
21-
CERT_MANAGER_SA_ANNOTATION="iam.gke.io/gcp-service-account: [email protected]"
18+
CERT_MANAGER_SA_ANNOTATION=""
2219
CERT_MANAGER_EMAIL="[email protected]"

0 commit comments

Comments
 (0)