File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
spec :
20
20
serviceAccountName : olm-operator-serviceaccount
21
21
{{- if or .Values.catalog.tlsSecret .Values.catalog.clientCASecret }}
22
- volumes :
22
+ volumes :
23
23
{{- end }}
24
24
{{- if .Values.catalog.tlsSecret }}
25
25
- name : srv-cert
@@ -49,21 +49,21 @@ spec:
49
49
command :
50
50
- /bin/catalog
51
51
args :
52
- - ' -namespace'
52
+ - ' -- namespace'
53
53
- {{ .Values.catalog_namespace }}
54
54
{{- if .Values.debug }}
55
- - ' -debug'
55
+ - ' -- debug'
56
56
{{- end }}
57
57
{{- if .Values.catalog.commandArgs }}
58
58
- {{ .Values.catalog.commandArgs }}
59
59
{{- end }}
60
60
{{- if .Values.catalog.opmImageArgs }}
61
61
- {{ .Values.catalog.opmImageArgs }}
62
62
{{- end }}
63
- - -util-image
63
+ - -- util-image
64
64
- {{ .Values.catalog.image.ref }}
65
65
{{- if .Values.writeStatusNameCatalog }}
66
- - -writeStatusName
66
+ - -- writeStatusName
67
67
- {{ .Values.writeStatusNameCatalog }}
68
68
{{- end }}
69
69
{{- if .Values.catalog.tlsSecret }}
Original file line number Diff line number Diff line change 26
26
27
27
catalog :
28
28
replicaCount : 1
29
- commandArgs : -configmapServerImage=quay.io/operator-framework/configmap-operator-registry:latest
29
+ commandArgs : -- configmapServerImage=quay.io/operator-framework/configmap-operator-registry:latest
30
30
image :
31
31
ref : quay.io/operator-framework/olm:master
32
32
pullPolicy : Always
You can’t perform that action at this time.
0 commit comments