Skip to content

Commit da1fe1d

Browse files
committed
add terminationMessagePolicy: FallbackToLogsOnError to OLM deployments
1 parent 7c22f02 commit da1fe1d

7 files changed

+7
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ spec:
6363
httpGet:
6464
path: /healthz
6565
port: {{ .Values.olm.service.internalPort }}
66+
terminationMessagePolicy: FallbackToLogsOnError
6667
env:
6768
{{ if and .Values.installType (eq .Values.installType "ocp") }}
6869
- name: RELEASE_VERSION

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ spec:
6565
httpGet:
6666
path: /healthz
6767
port: {{ .Values.catalog.service.internalPort }}
68+
terminationMessagePolicy: FallbackToLogsOnError
6869
env:
6970
{{ if and .Values.installType (eq .Values.installType "ocp") }}
7071
- name: RELEASE_VERSION

deploy/chart/templates/_packageserver.deployment-spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ spec:
5656
scheme: HTTPS
5757
path: /healthz
5858
port: {{ .Values.package.service.internalPort }}
59+
terminationMessagePolicy: FallbackToLogsOnError
5960
{{- end -}}

manifests/0000_50_olm_07-olm-operator.deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ spec:
4545
httpGet:
4646
path: /healthz
4747
port: 8080
48+
terminationMessagePolicy: FallbackToLogsOnError
4849
env:
4950

5051
- name: RELEASE_VERSION

manifests/0000_50_olm_08-catalog-operator.deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ spec:
4848
httpGet:
4949
path: /healthz
5050
port: 8080
51+
terminationMessagePolicy: FallbackToLogsOnError
5152
env:
5253

5354
- name: RELEASE_VERSION

manifests/0000_50_olm_16-packageserver.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ spec:
107107
scheme: HTTPS
108108
path: /healthz
109109
port: 5443
110+
terminationMessagePolicy: FallbackToLogsOnError
110111
maturity: alpha
111112
version: 0.9.0
112113
apiservicedefinitions:

manifests/0000_50_olm_17-packageserver.deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ spec:
4949
scheme: HTTPS
5050
path: /healthz
5151
port: 5443
52+
terminationMessagePolicy: FallbackToLogsOnError

0 commit comments

Comments
 (0)