mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 08:47:27 +00:00
12 lines
243 B
YAML
12 lines
243 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: gitops-system
|
|
resources:
|
|
- account.yaml
|
|
- rbac.yaml
|
|
- service.yaml
|
|
- deployment.yaml
|
|
configMapGenerator:
|
|
- name: prometheus
|
|
files:
|
|
- prometheus.yml
|