Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Apr 4, 2024
1 parent 6de9fb3 commit 1e08179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/umbrella/templates/post-install-vault-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# SPDX-License-Identifier: Apache-2.0
# #############################################################################
---
{{- if .Values.vault.enabled }}
{{ if .Values.vault.enabled }}
{{- $vaultToken := .Values.vault.token -}}
{{- $vaultUrl := tpl .Values.vault.url . -}}
apiVersion: batch/v1
Expand Down Expand Up @@ -59,4 +59,4 @@ spec:
--post-data '{"data": {"content": "{{ $value }}"}}' \
"{{ $vaultUrl }}/v1/secret/data/{{ $key }}"
{{- end }}
{{- end }}
{{ end }}

0 comments on commit 1e08179

Please sign in to comment.