Skip to content

Commit 9c3281c

Browse files
committed
[charts/config] remove hardcoded path for entrypoint
The binary is installed to /usr/bin by go-makefile-maker and set via Dockerfile entrypoint, thus this patch removes the harded root path.
1 parent 529d007 commit 9c3281c

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

charts/openstack-hypervisor-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.1.3
16+
version: 0.1.4
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

charts/openstack-hypervisor-operator/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ spec:
2121
spec:
2222
containers:
2323
- args: {{- toYaml .Values.controllerManager.manager.args | nindent 8 }}
24-
command:
25-
- /manager
2624
env:
2725
- name: OS_AUTH_URL
2826
value: {{ quote .Values.controllerManager.manager.env.osAuthUrl }}

config/manager/manager.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ spec:
5858
# seccompProfile:
5959
# type: RuntimeDefault
6060
containers:
61-
- command:
62-
- /manager
63-
args:
61+
- args:
6462
- --leader-elect
6563
- --health-probe-bind-address=:8081
6664
env:

0 commit comments

Comments
 (0)