diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml index 7ea7752f4eb6bfbd792b149b3c1318d78d1b4441..aeb10ef964721e665ce77878219b86bf4dd60eaa 100644 --- a/src/main/helm/templates/deployment.yaml +++ b/src/main/helm/templates/deployment.yaml @@ -60,6 +60,7 @@ spec: initContainers: - name: init-keystore-and-truststore image: docker.ozg-sh.de/keystore-truststore-from-tls-secret:latest + imagePullPolicy: Always command: ["/bin/sh", "/opt/keystore-truststore-from-tls-secret.sh"] securityContext: runAsUser: 185