Skip to content

Commit

Permalink
Merge pull request #3 from onebeyond/fix-identation-external-secret
Browse files Browse the repository at this point in the history
Fix indentation in external-secrets.yaml
  • Loading branch information
GentooXativa authored Feb 19, 2024
2 parents 5986f69 + d382192 commit 9ccb189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/one-beyond-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.9.9
version: 0.9.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
8 changes: 4 additions & 4 deletions charts/one-beyond-service/templates/external-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ spec:
name: "{{ .Release.Name }}-secret"
creationPolicy: Owner

{{- with .Values.vault.vaultSecrets }}
data:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.vault.vaultSecrets }}
data:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit 9ccb189

Please sign in to comment.