Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fix indent issue resulting in the error: converting YAML to JSON: yam…
Browse files Browse the repository at this point in the history
…l: line 29 (#55)

* Fix indent issue resulting in the error: converting YAML to JSON: yaml: line 29

* Bump version
  • Loading branch information
Andilun authored Oct 23, 2023
1 parent 4e9f821 commit 48d4313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/datadoc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.2.21
version: 0.2.22

dependencies:
- name: library-chart
Expand Down
6 changes: 3 additions & 3 deletions charts/datadoc/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spec:
{{- else }}
emptyDir: {}
{{- end }}
{{- if .Values.security.oauth2.enabled }}
- {{ include "library-chart.oauth2ProxyVolume" . | indent 10 | trim }}
{{- end }}
{{- if .Values.security.oauth2.enabled }}
- {{ include "library-chart.oauth2ProxyVolume" . | indent 10 | trim }}
{{- end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 48d4313

Please sign in to comment.