From 8771cdf1d76343e14ac08fbc320aaa28b6e9e768 Mon Sep 17 00:00:00 2001 From: Sean Holcomb Date: Thu, 11 Feb 2021 13:16:32 -0800 Subject: [PATCH] Template formating fixes --- .../templates/azure-storage-config-secret.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cost-analyzer/templates/azure-storage-config-secret.yaml b/cost-analyzer/templates/azure-storage-config-secret.yaml index a5e28ea9d..ae9e0a234 100644 --- a/cost-analyzer/templates/azure-storage-config-secret.yaml +++ b/cost-analyzer/templates/azure-storage-config-secret.yaml @@ -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 -}} \ No newline at end of file +{{- end -}} +{{- end -}} +{{- end -}} +{{- end -}} +{{- end -}} \ No newline at end of file