Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Jan 28, 2025
1 parent 1c52521 commit 9ff6c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/testkube-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ spec:
{{- if .Values.global.testWorkflows.globalTemplate.enabled }}
{{- if .Values.global.testWorkflows.globalTemplate.inline }}
- name: TESTKUBE_GLOBAL_WORKFLOW_TEMPLATE_INLINE
value: "{{ toYaml .Values.global.testWorkflows.globalTemplate.spec }}"
value: {{ toJson .Values.global.testWorkflows.globalTemplate.spec | quote }}
{{- else }}
- name: TESTKUBE_GLOBAL_WORKFLOW_TEMPLATE_NAME
value: "{{ .Values.global.testWorkflows.globalTemplate.name }}"
Expand Down

0 comments on commit 9ff6c56

Please sign in to comment.