19 lines
482 B
YAML
19 lines
482 B
YAML
# Air-gapped overrides for loop-enterprise-stack
|
|
# Applied automatically by install.sh in air-gapped environments
|
|
|
|
loop-enterprise-edition:
|
|
# Prevent Kubernetes from trying to pull images from external registries
|
|
loopApp:
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
|
|
initContainerImage:
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
# Disable push notifications (push.loop.ru unreachable in air-gapped)
|
|
global:
|
|
features:
|
|
notifications:
|
|
push:
|
|
useHPNS: false
|