Skip to content

Commit bad9c6d

Browse files
Merge pull request #2278 from kevinrizza/opm-image-arg
Add optional opm image argument to chart template
2 parents 4eb9e56 + 0ec7aca commit bad9c6d

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

Lines changed: 3 additions & 0 deletions
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)