Skip to content

Commit 0ec7aca

Browse files
committed
Add optional opm image argument to chart template
Update catalog operator manifest chart template to include variable for new opmImage argument
1 parent 4eb9e56 commit 0ec7aca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/chart/templates/0000_50_olm_08-catalog-operator.deployment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ spec:
5757
{{- if .Values.catalog.commandArgs }}
5858
- {{ .Values.catalog.commandArgs }}
5959
{{- end }}
60+
{{- if .Values.catalog.opmImageArgs }}
61+
- {{ .Values.catalog.opmImageArgs }}
62+
{{- end }}
6063
- -util-image
6164
- {{ .Values.catalog.image.ref }}
6265
{{- if .Values.writeStatusNameCatalog }}

0 commit comments

Comments
 (0)