modified: services/cilium/deploy/app/helm-release.yaml
This commit is contained in:
@@ -2,9 +2,11 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
|||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: cilium
|
name: cilium
|
||||||
|
namespace: cilium
|
||||||
spec:
|
spec:
|
||||||
releaseName: cilium
|
releaseName: cilium
|
||||||
interval: 1m
|
interval: 1m
|
||||||
|
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: cilium
|
chart: cilium
|
||||||
@@ -12,8 +14,9 @@ spec:
|
|||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: cilium
|
name: cilium
|
||||||
|
namespace: cilium
|
||||||
interval: 40h
|
interval: 40h
|
||||||
type: oci
|
|
||||||
valuesFrom:
|
valuesFrom:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: cilium-helm-values
|
name: cilium-helm-values
|
||||||
|
|||||||
Reference in New Issue
Block a user