mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-11 10:17:28 +00:00
If implemented this fixes a bug where retrieving the groupVersion.Group of a kustomization were returning an empty string. Signed-off-by: Soule BA <soule@weave.works>
19 lines
370 B
YAML
19 lines
370 B
YAML
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
|
kind: Kustomization
|
|
metadata:
|
|
name: podinfo
|
|
namespace: {{ .fluxns }}
|
|
spec:
|
|
interval: 5m0s
|
|
path: ./kustomize
|
|
force: true
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: podinfo
|
|
targetNamespace: default
|
|
postBuild:
|
|
substitute:
|
|
cluster_env: "prod"
|
|
cluster_region: "eu-central-1"
|