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.
16
16
Return the name of the active component for a prefix, but _only_ if one is enabled
17
17
*/} }
18
18
{ {- 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) - } }
20
20
operator-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) - } }
22
22
catalogd-
23
- { {- end } }
24
- { {- end } }
23
+ { {- end - } }
24
+ { {- end - } }
25
25
26
26
{ {/*
27
27
Common labels
You can’t perform that action at this time.
0 commit comments