1
0
Fork 0

authelia: Set imagePullPolicy: IfNotPresent

We don't want to pull public container images that already exist.  This
creates prevents pods from starting if there is any connectivity issue
with the upstream registry.
pull/74/head
Dustin 2025-07-21 17:16:32 -05:00
parent 7fd613ccaf
commit 810134e9bc
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ patches:
spec:
containers:
- name: authelia
imagePullPolicy: IfNotPresent
env:
- name: AUTHELIA_STORAGE_POSTGRES_TLS_CERTIFICATE_CHAIN_FILE
value: /run/authelia/certs/postgresql/tls.crt