Skip to content

Commit

Permalink
fix(ci): use correct TOML syntax within Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Aug 21, 2020
1 parent acd4799 commit 42dd82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/charts/deployment/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: HAB_GATEKEEPER_COMPOSITE
value: |
[services.mysql]
pkg_ident: {{ .Values.hab.gatekeeper_composite.mysql.pkg_ident | quote }}
pkg_ident = {{ .Values.hab.gatekeeper_composite.mysql.pkg_ident | quote }}
- name: HAB_MYSQL
value: |
Expand Down

0 comments on commit 42dd82e

Please sign in to comment.