Skip to content

Commit

Permalink
Merge pull request #22 from paxconG14/main
Browse files Browse the repository at this point in the history
Correct error when providing license file from command line
  • Loading branch information
thomas-2020 authored Feb 19, 2024
2 parents 33e8031 + 717bf3d commit d3e7ca8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions microservicesruntime/helm/templates/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ metadata:
annotations:
helm.sh/resource-policy: keep
data:
licensekey:
{{ .Values.license | toYaml }}
licensekey: {{ .Values.license | toYaml | nindent 4}}
{{- end }}

0 comments on commit d3e7ca8

Please sign in to comment.