From d9570ec8d09fa742fdd13c229f50e275a7e97bf5 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 31 Oct 2023 11:06:32 +0100 Subject: [PATCH] add imagepullpolicy rule --- components/hydra-oidc/resources/hydra-oidc-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/hydra-oidc/resources/hydra-oidc-deployment.yaml b/components/hydra-oidc/resources/hydra-oidc-deployment.yaml index 1e07982..94bddc9 100644 --- a/components/hydra-oidc/resources/hydra-oidc-deployment.yaml +++ b/components/hydra-oidc/resources/hydra-oidc-deployment.yaml @@ -19,6 +19,7 @@ spec: containers: - name: hydra-oidc-php-fpm image: reg.cadoles.com/cadoles/hydra-oidc-kube:0.0.1 + imagePullPolicy: Always args: ["/usr/sbin/php-fpm81", "-F", "-e"] env: - name: PHP_FPM_LISTEN