X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fconsul%2Fcharts%2Fconsul-server%2Ftemplates%2Fstatefulset.yaml;h=430b6dd1bdb3f07640cd215aa5e4aa28d0804136;hb=2e13371bd7a679e3b1cf0c9818c60bf6c8574a2d;hp=d572ec2d54d253b35779cf9eedb67873bf086b65;hpb=ba34df1fd81ecb39176ac9d7ce84d1183fe34eba;p=oom.git diff --git a/kubernetes/consul/charts/consul-server/templates/statefulset.yaml b/kubernetes/consul/charts/consul-server/templates/statefulset.yaml index d572ec2d54..430b6dd1bd 100644 --- a/kubernetes/consul/charts/consul-server/templates/statefulset.yaml +++ b/kubernetes/consul/charts/consul-server/templates/statefulset.yaml @@ -42,10 +42,8 @@ spec: containers: - name: {{ include "common.name" . }} image: "{{ include "common.repository" . }}/{{ .Values.image }}" - command: - - sh + command: ["/usr/local/bin/docker-entrypoint.sh"] args: - - /usr/local/bin/docker-entrypoint.sh - "agent" - "-bootstrap-expect={{ .Values.replicaCount }}" - "-enable-script-checks"