diff --git a/charts/deployment-operator/Chart.yaml b/charts/deployment-operator/Chart.yaml index 6b4dc594..26c1f742 100644 --- a/charts/deployment-operator/Chart.yaml +++ b/charts/deployment-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: deployment-operator description: creates a new instance of the plural deployment operator type: application -version: 0.1.19 +version: 0.1.20 appVersion: "0.3.4" maintainers: - name: Plural diff --git a/charts/deployment-operator/templates/deployment.yaml b/charts/deployment-operator/templates/deployment.yaml index 589c6527..0cfa304a 100644 --- a/charts/deployment-operator/templates/deployment.yaml +++ b/charts/deployment-operator/templates/deployment.yaml @@ -38,11 +38,10 @@ spec: args: - --console-url - "{{ .Values.consoleUrl }}" + - --cluster-id + - "{{ .Values.clusterId }}" - --leader-elect - "true" - env: - - name: CLUSTER_ID - value: {{ .Values.clusterId }} ports: - name: http containerPort: {{ .Values.service.port }}