hydra-maester/config/webhook/kustomizeconfig.yaml

26 lines
839 B
YAML
Raw Permalink Normal View History

2019-08-21 10:12:07 +02:00
# the following config is for teaching kustomize where to look at when substituting vars.
# It requires kustomize v2.1.0 or newer to work properly.
nameReference:
2022-09-22 07:52:52 -05:00
- kind: Service
version: v1
fieldSpecs:
- kind: MutatingWebhookConfiguration
group: admissionregistration.k8s.io
path: webhooks/clientConfig/service/name
- kind: ValidatingWebhookConfiguration
group: admissionregistration.k8s.io
path: webhooks/clientConfig/service/name
namespace:
2019-08-21 10:12:07 +02:00
- kind: MutatingWebhookConfiguration
group: admissionregistration.k8s.io
2022-09-22 07:52:52 -05:00
path: webhooks/clientConfig/service/namespace
create: true
2019-08-21 10:12:07 +02:00
- kind: ValidatingWebhookConfiguration
group: admissionregistration.k8s.io
2022-09-22 07:52:52 -05:00
path: webhooks/clientConfig/service/namespace
create: true
2019-08-21 10:12:07 +02:00
varReference:
2022-09-22 07:52:52 -05:00
- path: metadata/annotations