File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resources:
6
6
- bases/samba-operator.samba.org_smbsecurityconfigs.yaml
7
7
- bases/samba-operator.samba.org_smbcommonconfigs.yaml
8
8
# +kubebuilder:scaffold:crdkustomizeresource
9
- patchesStrategicMerge :
9
+ patches :
10
10
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
11
11
# patches here are for enabling the conversion webhook for each CRD
12
12
# - patches/webhook_in_smbshares.yaml
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
4
- ../manager
5
- patchesStrategicMerge :
5
+ patches :
6
6
# Protect the /metrics endpoint by putting it behind auth.
7
7
# If you want your controller-manager to expose the /metrics
8
8
# endpoint w/o any authn/z, please comment the following line.
9
- - auth_proxy_patch.yaml
9
+ - path : auth_proxy_patch.yaml
10
10
11
11
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
12
12
# crd/kustomization.yaml
You can’t perform that action at this time.
0 commit comments