Files
homelab-infra/platform/spire/kustomization.yaml
T
panxiao81 3b77af8da1
yaml / yaml (pull_request) Successful in 14s
feat: 切换 SPIRE 到内部 chart fork
2026-09-18 00:24:21 +00:00

20 lines
458 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
generatorOptions:
disableNameSuffixHash: true
labels:
reconcile.fluxcd.io/watch: Enabled
configMapGenerator:
- name: spire-values
namespace: spire-mgmt
files:
- values.yaml=values.yaml
resources:
- namespaces.yaml
- helmrepository.yaml
- gitrepository-fork.yaml
- helmrelease-crds.yaml
- helmrelease.yaml
- httproute.yaml
- local-development-identity.yaml