* support Minikube
[arvados-k8s.git] / charts / arvados / templates / postgres-deployment.yaml
index 183137253086765db8d84a4509a234d4b2ff74a9..786edc367092453e228266a9625e11b5af805d82 100644 (file)
@@ -26,6 +26,9 @@ spec:
         - name: {{ .Chart.Name }}
           image: "postgres:9.5"
           imagePullPolicy: {{ .Values.image.pullPolicy }}
+          env:
+          - name: POSTGRES_HOST_AUTH_METHOD
+            value: "trust"
           volumeMounts:
             - name: postgres-configmap
               mountPath: /docker-entrypoint-initdb.d/create_dbs.sh