diff --git a/charts-orig/go-demo-6/templates/sts.yaml b/charts-orig/go-demo-6/templates/sts.yaml index 3077e980e..121a48309 100644 --- a/charts-orig/go-demo-6/templates/sts.yaml +++ b/charts-orig/go-demo-6/templates/sts.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: db - image: "mongo:3.3 + image: mongo:3.3 command: - mongod - "--replSet" diff --git a/charts/go-demo-6/templates/sts.yaml b/charts/go-demo-6/templates/sts.yaml index 3077e980e..121a48309 100644 --- a/charts/go-demo-6/templates/sts.yaml +++ b/charts/go-demo-6/templates/sts.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: db - image: "mongo:3.3 + image: mongo:3.3 command: - mongod - "--replSet"