File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ metadata:
77 operators.coreos.com/patterns-operator.openshift-operators : " "
88spec :
99 channel : {{ .Values.main.patternsOperator.channel }}
10- installPlanApproval : Automatic
10+ installPlanApproval : {{ .Values.main.patternsOperator.installPlanApproval }}
1111 name : patterns-operator
1212 source : {{ .Values.main.patternsOperator.source }}
13- sourceNamespace : openshift-marketplace
13+ sourceNamespace : {{ .Values.main.patternsOperator.sourceNamespace }}
14+ {{- if .Values.main.patternsOperator.startingCSV }}
15+ startingCSV : {{ .Values.main.patternsOperator.startingCSV }}
16+ {{- end }}
Original file line number Diff line number Diff line change 2020 patternsOperator :
2121 channel : fast
2222 source : community-operators
23+ installPlanApproval : Automatic
24+ sourceNamespace : openshift-marketplace
25+ startingCSV : null
2326
2427 clusterGroupName : default
2528
You can’t perform that action at this time.
0 commit comments