File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ Create chart name and version as used by the chart label.
1616Return the name of the active component for a prefix, but _only_ if one is enabled
1717*/} }
1818{ {- define " component.name.prefix" -} }
19- { {- if and (.Values.components.operatorController.enabled) (not .Values.components.catalogd.enabled) } }
19+ { {- if and (.Values.components.operatorController.enabled) (not .Values.components.catalogd.enabled) - } }
2020operator-controller-
21- { {- else if and (not .Values.components.operatorController.enabled) (.Values.components.catalogd.enabled) } }
21+ { {- else if and (not .Values.components.operatorController.enabled) (.Values.components.catalogd.enabled) - } }
2222catalogd-
23- { {- end } }
24- { {- end } }
23+ { {- end - } }
24+ { {- end - } }
2525
2626{ {/*
2727Common labels
You can’t perform that action at this time.
0 commit comments