vvalues changes

This commit is contained in:
j37hr0 2026-03-29 21:02:07 +13:00
parent 21238fbf65
commit fe6788931d
2 changed files with 7 additions and 3 deletions

View file

@ -14,6 +14,10 @@ spec:
kind: HelmRepository
name: velero
namespace: flux-system
values:
# values:
# keep minimal to start
replicaCount: 1
# replicaCount: 1
valuesFrom:
- kind: ConfigMap
name: velero-values
valuesKey: values.yaml

View file

@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- values.yaml
#- values.yaml
- helmrelease.yaml