Skip to content

Commit 29b11b0

Browse files
Merge pull request #2275 from awgreene/fix-catalog-deployment-template
Update catalog deployment template
2 parents 3519a2a + d49ce6a commit 29b11b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/chart/templates/0000_50_olm_08-catalog-operator.deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ spec:
8181
httpGet:
8282
path: /healthz
8383
port: {{ .Values.catalog.service.internalPort }}
84-
scheme: {{ if and .Values.catalog.tlsKeyPath .Values.catalog.tlsCertPath }}HTTPS{{ else }}HTTP{{end}}
84+
scheme: {{ if .Values.catalog.tlsSecret }}HTTPS{{ else }}HTTP{{end}}
8585
readinessProbe:
8686
httpGet:
8787
path: /healthz
8888
port: {{ .Values.catalog.service.internalPort }}
89-
scheme: {{ if and .Values.catalog.tlsKeyPath .Values.catalog.tlsCertPath }}HTTPS{{ else }}HTTP{{end}}
89+
scheme: {{ if .Values.catalog.tlsSecret }}HTTPS{{ else }}HTTP{{end}}
9090
terminationMessagePolicy: FallbackToLogsOnError
9191
{{- if .Values.catalog.resources }}
9292
resources:

0 commit comments

Comments
 (0)