Skip to content

Commit 7ad8265

Browse files
Remove explict command in k8s deployment:
This is unneeded and causes deployment failures if the entrypoint changes. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent 531c240 commit 7ad8265

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
# Change the value of image field below to your controller image URL
11-
- image: ghcr.io/tinkerbell/cluster-api-provider-tinkerbell:v0.6.5
11+
- image: ghcr.io/tinkerbell/cluster-api-provider-tinkerbell:v0.6.6
1212
name: manager

config/manager/manager.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ spec:
1616
control-plane: controller-manager
1717
spec:
1818
containers:
19-
- command:
20-
- /manager
21-
env:
19+
- env:
2220
- name: TINKERBELL_IP
2321
value: ${TINKERBELL_IP}
2422
args:

0 commit comments

Comments
 (0)