diff --git a/charts/redhat/nodejs-application/src/templates/buildconfig.yaml b/charts/redhat/nodejs-application/src/templates/buildconfig.yaml index 483fab3..7969a79 100644 --- a/charts/redhat/nodejs-application/src/templates/buildconfig.yaml +++ b/charts/redhat/nodejs-application/src/templates/buildconfig.yaml @@ -16,8 +16,8 @@ spec: source: contextDir: {{ .Values.context_dir }} git: - ref: {{ .Values.source_repository_ref }} - uri: {{ .Values.source_repository_url }} + ref: "{{ .Values.source_repository_ref }}" + uri: "{{ .Values.source_repository_url }}" type: Git strategy: sourceStrategy: