Skip to content

Commit

Permalink
Turbo-fix (#3732) (#3733)
Browse files Browse the repository at this point in the history
* fix location

* unquote bool

Co-authored-by: Jesse Goodier <[email protected]>
  • Loading branch information
gcp-cherry-pick-bot[bot] and jessegoodier authored Nov 11, 2024
1 parent 56faa05 commit 5f79036
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cost-analyzer/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,10 @@ Begin Kubecost 2.0 templates
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.global.integrations.turbonomic.enabled }}
- name: TURBONOMIC_ENABLED
value: "true"
{{- end }}
{{- if .Values.saml }}
{{- if .Values.saml.enabled }}
- name: SAML_ENABLED
Expand Down Expand Up @@ -1198,10 +1202,6 @@ Begin Kubecost 2.0 templates
- name: SAML_RESPONSE_ENCRYPTED
value: "true"
{{- end}}
{{- if .Values.global.integrations.turbonomic.enabled }}
- name: TURBONOMIC_ENABLED
value: "true"
{{- end }}
{{- end }}
{{- end }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ stringData:
"role": "{{ .Values.global.integrations.turbonomic.role }}",
"clientId": "{{ .Values.global.integrations.turbonomic.clientId }}",
"clientSecret": "{{ .Values.global.integrations.turbonomic.clientSecret }}",
"insecureClient": "{{ .Values.global.integrations.turbonomic.insecureClient }}"
"insecureClient": {{ .Values.global.integrations.turbonomic.insecureClient }}
}
{{- end }}

0 comments on commit 5f79036

Please sign in to comment.