You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
791 B
26 lines
791 B
2 years ago
|
# 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:
|
||
|
- 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:
|
||
|
- kind: MutatingWebhookConfiguration
|
||
|
group: admissionregistration.k8s.io
|
||
|
path: webhooks/clientConfig/service/namespace
|
||
|
create: true
|
||
|
- kind: ValidatingWebhookConfiguration
|
||
|
group: admissionregistration.k8s.io
|
||
|
path: webhooks/clientConfig/service/namespace
|
||
|
create: true
|
||
|
|
||
|
varReference:
|
||
|
- path: metadata/annotations
|