mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
4708a70a34
commit
beef704102
3 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
external-dns:
|
external-dns:
|
||||||
global:
|
global:
|
||||||
imageRegistry: "registry.durp.info"
|
imageRegistry: "registry.durp.info"
|
||||||
|
security:
|
||||||
|
allowInsecureImages: true
|
||||||
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
@ -9,10 +11,10 @@ external-dns:
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- service
|
- service
|
||||||
|
|
||||||
provider: cloudflare
|
provider: cloudflare
|
||||||
cloudflare:
|
cloudflare:
|
||||||
secretName : "external-dns"
|
secretName: "external-dns"
|
||||||
proxied: false
|
proxied: false
|
||||||
|
|
||||||
policy: sync
|
policy: sync
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
external-secrets:
|
external-secrets:
|
||||||
global:
|
global:
|
||||||
security:
|
security:
|
||||||
allowInsecureImages: true
|
allowInsecureImages: true
|
||||||
|
|
||||||
log:
|
log:
|
||||||
level: debug
|
level: debug
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
external-secrets:
|
external-secrets:
|
||||||
global:
|
global:
|
||||||
security:
|
security:
|
||||||
allowInsecureImages: true
|
allowInsecureImages: true
|
||||||
|
|
||||||
log:
|
log:
|
||||||
level: debug
|
level: debug
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue