mirror of
https://github.com/fluxcd/flux2-hub-spoke-example.git
synced 2025-07-27 15:53:19 +00:00
9 lines
195 B
YAML
9 lines
195 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../../deploy/apps
|
|
patches:
|
|
- path: podinfo-values.yaml
|
|
target:
|
|
kind: HelmRelease
|
|
name: podinfo
|