Skip to content

Commit

Permalink
Merge pull request #798 from kubecost/sean/azure-config-by-values
Browse files Browse the repository at this point in the history
Mount created azure config secret
  • Loading branch information
Sean Holcomb authored Feb 25, 2021
2 parents dea4d55 + c50a375 commit 0a7dd97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ spec:
- name: gcp-key-secret
mountPath: /models
{{- end }}
{{- if .Values.kubecostProductConfigs.azureStorageSecretName }}
{{- if or .Values.kubecostProductConfigs.azureStorageSecretName .Values.kubecostProductConfigs.azureStorageCreateSecret}}
- name: azure-storage-config
mountPath: /var/azure-storage-config
{{- end }}
Expand Down

0 comments on commit 0a7dd97

Please sign in to comment.