Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
starcraft66 committed May 15, 2024
1 parent 15c6a43 commit 87f8fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/aspnetcore/templates/secretproviderclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
provider: azure
parameters:
usePodIdentity: "false"
usePodIdentity: "false"
clientID: {{ .Values.azureWorkloadIdentity.clientId }}
keyvaultName: {{ .Values.certificateStore.keyvaultName }}
objects: |
Expand All @@ -15,4 +15,4 @@ spec:
objectName: INTERNAL_DNS_CERTIFICATE_NAME
objectType: cert
tenantId: {{ .Values.certificateStore.tenantId }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/aspnetcore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ extraVolumeMounts: []
certificateStore:
enabled: false
tenantId: ""
keyvaultName: ""
keyvaultName: ""

0 comments on commit 87f8fca

Please sign in to comment.