We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34ea708 + f1a3e5d commit 4eb9e56Copy full SHA for 4eb9e56
deploy/chart/templates/0000_50_olm_07-olm-operator.deployment.yaml
@@ -87,12 +87,12 @@ spec:
87
httpGet:
88
path: /healthz
89
port: {{ .Values.olm.service.internalPort }}
90
- scheme: {{ if or .Values.olm.tlsSecret .Values.olm.clientCASecret }}HTTPS{{ else }}HTTP{{end}}
+ scheme: {{ if .Values.olm.tlsSecret }}HTTPS{{ else }}HTTP{{end}}
91
readinessProbe:
92
93
94
95
96
terminationMessagePolicy: FallbackToLogsOnError
97
env:
98
- name: OPERATOR_NAMESPACE
0 commit comments