mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
13 lines
338 B
YAML
13 lines
338 B
YAML
# This file is for teaching kustomize how to substitute name and namespace reference in CRD
|
|||
|
|
nameReference:
|
||
|
|
- kind: Service
|
||
|
|
version: v1
|
||
|
|
fieldSpecs:
|
||
|
|
- kind: CustomResourceDefinition
|
||
|
|
version: v1
|
||
|
|
group: apiextensions.k8s.io
|
||
|
|
path: spec/conversion/webhook/clientConfig/service/name
|
||
|
|
|
||
|
|
varReference:
|
||
|
|
- path: metadata/annotations
|