Skip to content

Commit 4eb9e56

Browse files
Merge pull request #2276 from awgreene/update-olm-deployment-template
Update OLM Deployment template
2 parents 34ea708 + f1a3e5d commit 4eb9e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/chart/templates/0000_50_olm_07-olm-operator.deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ spec:
8787
httpGet:
8888
path: /healthz
8989
port: {{ .Values.olm.service.internalPort }}
90-
scheme: {{ if or .Values.olm.tlsSecret .Values.olm.clientCASecret }}HTTPS{{ else }}HTTP{{end}}
90+
scheme: {{ if .Values.olm.tlsSecret }}HTTPS{{ else }}HTTP{{end}}
9191
readinessProbe:
9292
httpGet:
9393
path: /healthz
9494
port: {{ .Values.olm.service.internalPort }}
95-
scheme: {{ if or .Values.olm.tlsSecret .Values.olm.clientCASecret }}HTTPS{{ else }}HTTP{{end}}
95+
scheme: {{ if .Values.olm.tlsSecret }}HTTPS{{ else }}HTTP{{end}}
9696
terminationMessagePolicy: FallbackToLogsOnError
9797
env:
9898
- name: OPERATOR_NAMESPACE

0 commit comments

Comments
 (0)