Skip to content

Commit

Permalink
Merge pull request #771 from kubecost/sean/117-bugfixes
Browse files Browse the repository at this point in the history
Template formating fixes
  • Loading branch information
Sean Holcomb authored Feb 18, 2021
2 parents 2acf80a + 8771cdf commit cd19656
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cost-analyzer/templates/azure-storage-config-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ stringData:
{
"azureStorageAccount": "{{ .Values.kubecostProductConfigs.azureStorageAccount }}",
"azureStorageAccessKey": "{{ .Values.kubecostProductConfigs.azureStorageAccessKey }}",
"azureStorageContainer": "{{ .Values.kubecostProductConfigs.azureStorageContainer }}",
"azureStorageContainer": "{{ .Values.kubecostProductConfigs.azureStorageContainer }}"
}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit cd19656

Please sign in to comment.