32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
# Adds namespace to all resources.
|
|
namespace: hydra-maester-system
|
|
|
|
# Value of this field is prepended to the
|
|
# names of all resources, e.g. a deployment named
|
|
# "wordpress" becomes "alices-wordpress".
|
|
# Note that it should also match with the prefix (text before '-') of the namespace
|
|
# field above.
|
|
namePrefix: hydra-maester-
|
|
|
|
# Labels to add to all resources and selectors.
|
|
#commonLabels:
|
|
# someName: someValue
|
|
|
|
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in crd/kustomization.yaml
|
|
#- ../webhook
|
|
# [CERTMANAGER] To enable cert-manager, uncomment next line. 'WEBHOOK' components are required.
|
|
#- ../certmanager
|
|
|
|
# Protect the /metrics endpoint by putting it behind auth.
|
|
# Only one of manager_auth_proxy_patch.yaml and
|
|
# manager_prometheus_metrics_patch.yaml should be enabled.
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../crd
|
|
- ../rbac
|
|
- ../manager
|
|
patches:
|
|
- path: manager_image_patch.yaml
|
|
- path: manager_auth_proxy_patch.yaml
|