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
parent
7fd613ccaf
commit
810134e9bc
|
@ -37,6 +37,7 @@ patches:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: authelia
|
- name: authelia
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: AUTHELIA_STORAGE_POSTGRES_TLS_CERTIFICATE_CHAIN_FILE
|
- name: AUTHELIA_STORAGE_POSTGRES_TLS_CERTIFICATE_CHAIN_FILE
|
||||||
value: /run/authelia/certs/postgresql/tls.crt
|
value: /run/authelia/certs/postgresql/tls.crt
|
||||||
|
|
Loading…
Reference in New Issue