Files
homelab-infra/platform/spire/kustomization.yaml
T
panxiao81 22192a3c68
yaml / yaml (pull_request) Successful in 13s
部署 SPIRE workload identity 基础设施
2026-09-13 15:33:20 +00:00

17 lines
375 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
- helmrelease-crds.yaml
- helmrelease.yaml