Skip to content

Commit

Permalink
Merge pull request #4 from techops-services/fork
Browse files Browse the repository at this point in the history
toYaml
  • Loading branch information
eskp authored Mar 21, 2024
2 parents 9d4eda1 + 202b99c commit 254a4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dshackle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: https://avatars.githubusercontent.com/u/49622339?s=200&v=4
sources:
- https://github.com/emeraldpay/dshackle
type: application
version: 0.1.9
version: 0.1.10
maintainers:
- name: skylenet
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/dshackle/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
{{- include "dshackle.labels" . | nindent 4 }}
data:
dshackle.yaml: |
{{- tpl (.Values.config | toYaml) . | nindent 4 }}
{{- toYaml .Values.config | nindent 4 }}

0 comments on commit 254a4d1

Please sign in to comment.