Skip to content

Commit

Permalink
feature: clusterAlias add desc
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed Nov 26, 2024
1 parent a5f73ee commit c89fd93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/Feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ values:
clusterAlias:
displayName: Cluster aliases
description: Comma separated list of colon separeted key:value cluster aliases (e.g. dev:dev-gcp,prod:prod-gcp)
config:
type: string_array

Expand Down Expand Up @@ -96,7 +97,7 @@ values:
gcp.billingAccount:
displayName: Billing account
computed:
template: '{{ .Env.billing_account | quote }}'
template: "{{ .Env.billing_account | quote }}"

gcp.clusters:
displayName: Cluster information
Expand All @@ -118,7 +119,7 @@ values:
gcp.workloadIdentityPoolName:
displayName: Google workload identity pool name
computed:
template: '{{ .Env.nais_identity_pool_name | quote }}'
template: "{{ .Env.nais_identity_pool_name | quote }}"

grafana.endpoint:
displayName: Grafana API endpoint
Expand Down

0 comments on commit c89fd93

Please sign in to comment.