We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37a2e6 commit e32aa27Copy full SHA for e32aa27
config/e2e/manager_e2e_coverage_copy_pod.yaml
@@ -18,6 +18,7 @@ spec:
18
capabilities:
19
drop:
20
- "ALL"
21
+ terminationMessagePolicy: FallbackToLogsOnError
22
volumeMounts:
23
- name: e2e-coverage-volume
24
mountPath: /e2e-coverage
config/manager/manager.yaml
@@ -84,6 +84,7 @@ spec:
84
requests:
85
cpu: 10m
86
memory: 64Mi
87
88
- name: kube-rbac-proxy
89
securityContext:
90
allowPrivilegeEscalation: false
@@ -104,6 +105,7 @@ spec:
104
105
106
cpu: 5m
107
108
109
serviceAccountName: controller-manager
110
terminationGracePeriodSeconds: 10
111
volumes:
0 commit comments