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.
1 parent 2a9da85 commit 29870e8Copy full SHA for 29870e8
config/manager/manager.yaml
@@ -70,6 +70,7 @@ spec:
70
requests:
71
cpu: 5m
72
memory: 64Mi
73
+ terminationMessagePolicy: FallbackToLogsOnError
74
- command:
75
- ./manager
76
args:
@@ -103,6 +104,7 @@ spec:
103
104
cpu: 1000m
105
memory: 200Mi
106
imagePullPolicy: IfNotPresent
107
108
serviceAccountName: controller-manager
109
terminationGracePeriodSeconds: 10
110
volumes:
test/tools/imageregistry/imagebuilder.yaml
@@ -13,6 +13,7 @@ spec:
13
"--context=/workspace/",
14
"--destination=docker-registry.catalogd-e2e.svc:5000/test-catalog:e2e",
15
"--skip-tls-verify"]
16
17
volumeMounts:
18
- name: dockerfile
19
mountPath: /workspace/
0 commit comments