mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 17:27: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>
11 lines
264 B
YAML
11 lines
264 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./deployment.yaml
|
|
generatorOptions:
|
|
labels:
|
|
kustomize.toolkit.fluxcd.io/substitute: disabled
|
|
configMapGenerator:
|
|
- name: flux-grafana-dashboards
|
|
files:
|
|
- cluster.json
|