Skip to content

Commit 73e3fa7

Browse files
authored
Remove explict command in k8s deployment: (#495)
## Description This is unneeded and causes deployment failures if the entrypoint changes. Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 531c240 + 7ad8265 commit 73e3fa7

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)