File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
manifests/overlays/standalone Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,9 @@ secretGenerator:
1111 - name : training-operator-webhook-cert
1212 options :
1313 disableNameSuffixHash : true
14+ patches :
15+ - path : patch.yaml
16+ target :
17+ group : admissionregistration.k8s.io
18+ kind : ValidatingWebhookConfiguration
19+ version : v1
Original file line number Diff line number Diff line change 1+ - op : replace
2+ path : /webhooks/0/clientConfig/service/name
3+ value : training-operator
4+ - op : replace
5+ path : /webhooks/1/clientConfig/service/name
6+ value : training-operator
7+ - op : replace
8+ path : /webhooks/2/clientConfig/service/name
9+ value : training-operator
10+ - op : replace
11+ path : /webhooks/3/clientConfig/service/name
12+ value : training-operator
13+ - op : replace
14+ path : /webhooks/4/clientConfig/service/name
15+ value : training-operator
16+ - op : replace
17+ path : /metadata/name
18+ value : validator.training-operator.kubeflow.org
You can’t perform that action at this time.
0 commit comments