Skip to content

Commit

Permalink
fix bad quote
Browse files Browse the repository at this point in the history
  • Loading branch information
thokra-nav committed Feb 19, 2024
1 parent 67c609d commit f4c2089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/Feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ values:
gcp.billingAccount:
displayName: Billing account
computed:
template: '"{{ .Env.billing_account | quote }}"'
template: '{{ .Env.billing_account | quote }}'

gcp.clusters:
displayName: Cluster information
Expand Down

0 comments on commit f4c2089

Please sign in to comment.