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 3519a2a + d49ce6a commit 29b11b0Copy full SHA for 29b11b0
deploy/chart/templates/0000_50_olm_08-catalog-operator.deployment.yaml
@@ -81,12 +81,12 @@ spec:
81
httpGet:
82
path: /healthz
83
port: {{ .Values.catalog.service.internalPort }}
84
- scheme: {{ if and .Values.catalog.tlsKeyPath .Values.catalog.tlsCertPath }}HTTPS{{ else }}HTTP{{end}}
+ scheme: {{ if .Values.catalog.tlsSecret }}HTTPS{{ else }}HTTP{{end}}
85
readinessProbe:
86
87
88
89
90
terminationMessagePolicy: FallbackToLogsOnError
91
{{- if .Values.catalog.resources }}
92
resources:
0 commit comments