We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9589e2 commit 85033d4Copy full SHA for 85033d4
chart/templates/deployment.yaml
@@ -35,7 +35,7 @@ spec:
35
fieldPath: metadata.name
36
- name: OPERATOR_NAME
37
{{- if .Values.operator.operatorName }}
38
- value: {{- .Values.operator.operatorName }}
+ value: {{ .Values.operator.operatorName }}
39
{{- else }}
40
{{- if .Values.openshift.enabled }}
41
value: redhat-openshift-pipelines-operator
@@ -87,7 +87,7 @@ spec:
87
88
89
90
91
92
93
0 commit comments