diff --git a/charts/openstack-hypervisor-operator/Chart.yaml b/charts/openstack-hypervisor-operator/Chart.yaml index 372a6cd..614858a 100644 --- a/charts/openstack-hypervisor-operator/Chart.yaml +++ b/charts/openstack-hypervisor-operator/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.3 +version: 0.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/openstack-hypervisor-operator/templates/deployment.yaml b/charts/openstack-hypervisor-operator/templates/deployment.yaml index 60f6f30..f53a21a 100644 --- a/charts/openstack-hypervisor-operator/templates/deployment.yaml +++ b/charts/openstack-hypervisor-operator/templates/deployment.yaml @@ -21,8 +21,6 @@ spec: spec: containers: - args: {{- toYaml .Values.controllerManager.manager.args | nindent 8 }} - command: - - /manager env: - name: OS_AUTH_URL value: {{ quote .Values.controllerManager.manager.env.osAuthUrl }} diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 410fda8..493bfe8 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -58,9 +58,7 @@ spec: # seccompProfile: # type: RuntimeDefault containers: - - command: - - /manager - args: + - args: - --leader-elect - --health-probe-bind-address=:8081 env: