mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
* feat(config): add combined users property as successor for usergroups and usernames configuration Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * fix(crds): add proper deprecation notices on properties and via admission warnings Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore: add local monitoring environment Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> --------- Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
23 lines
499 B
YAML
23 lines
499 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: monitoring-system
|
|
commonLabels:
|
|
release: prometheus
|
|
generatorOptions:
|
|
annotations:
|
|
k8s-sidecar-target-directory: /tmp/dashboards/Controller Development
|
|
labels:
|
|
grafana_dashboard: "1"
|
|
disableNameSuffixHash: true
|
|
configMapGenerator:
|
|
- name: ctrl-runtime
|
|
files:
|
|
- ctrl-runtime.json
|
|
- name: ctrl-runtime-admission
|
|
files:
|
|
- ctrl-runtime-admission.json
|
|
- name: perf
|
|
files:
|
|
- performance.json
|