mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-05-06 08:41:30 +00:00
20 lines
361 B
YAML
20 lines
361 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: coredns
|
|
namespace: coredns
|
|
spec:
|
|
interval: 1m
|
|
chart:
|
|
spec:
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: coredns
|
|
namespace: coredns
|
|
chart: coredns
|
|
version: "1.x.x"
|
|
interval: 1m
|
|
valuesFrom:
|
|
- kind: Secret
|
|
name: coredns-values
|