File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818 app : olm-operator
1919 spec :
2020 serviceAccountName : olm-operator-serviceaccount
21+ {{- if and .Values.installType (eq .Values.installType "ocp") }}
22+ priorityClassName : " system-cluster-critical"
23+ {{- end }}
2124 containers :
2225 - name : olm-operator
2326 command :
4750 {{- end }}
4851 image : {{ .Values.olm.image.ref }}
4952 imagePullPolicy : {{ .Values.olm.image.pullPolicy }}
50- {{- if and .Values.installType (eq .Values.installType "ocp") }}
51- priorityClassName : " system-cluster-critical"
52- {{- end }}
5353 ports :
5454 - containerPort : {{ .Values.olm.service.internalPort }}
5555 - containerPort : 8081
Original file line number Diff line number Diff line change 1818 app : catalog-operator
1919 spec :
2020 serviceAccountName : olm-operator-serviceaccount
21+ {{- if and .Values.installType (eq .Values.installType "ocp") }}
22+ priorityClassName : " system-cluster-critical"
23+ {{- end }}
2124 containers :
2225 - name : catalog-operator
2326 command :
4952 {{- end }}
5053 image : {{ .Values.catalog.image.ref }}
5154 imagePullPolicy : {{ .Values.catalog.image.pullPolicy }}
52- {{- if and .Values.installType (eq .Values.installType "ocp") }}
53- priorityClassName : " system-cluster-critical"
54- {{- end }}
5555 ports :
5656 - containerPort : {{ .Values.catalog.service.internalPort }}
5757 - containerPort : 8081
Original file line number Diff line number Diff line change 1212 app : packageserver
1313 spec :
1414 serviceAccountName : packageserver
15+ {{- if and .Values.installType (eq .Values.installType "ocp") }}
16+ priorityClassName : " system-cluster-critical"
17+ {{- end }}
1518 {{- if .Values.package.nodeSelector }}
1619 nodeSelector :
1720 {{- toYaml .Values.package.nodeSelector | nindent 8 }}
4144 {{- end }}
4245 image : {{ .Values.package.image.ref }}
4346 imagePullPolicy : {{ .Values.package.image.pullPolicy }}
44- {{- if and .Values.installType (eq .Values.installType "ocp") }}
45- priorityClassName : " system-cluster-critical"
46- {{- end }}
4747 ports :
4848 - containerPort : {{ .Values.package.service.internalPort }}
4949 livenessProbe :
You can’t perform that action at this time.
0 commit comments