Skip to content

Commit 6347609

Browse files
authored
Merge pull request #1117 from deepy/patches-strategic-merge
Replace obsolete patches syntax
2 parents 1fb84e1 + 79986a6 commit 6347609

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bases:
22
- ../../base
33
patches:
4-
- add-namespace-kube-system.yaml
4+
- path: add-namespace-kube-system.yaml

deployments/gpu_plugin/overlays/fractional_resources/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ resources:
55
- resource-cluster-role.yaml
66
- resource-reader-sa.yaml
77
patches:
8-
- add-serviceaccount.yaml
9-
- add-podresource-mount.yaml
10-
- add-args.yaml
8+
- path: add-serviceaccount.yaml
9+
- path: add-podresource-mount.yaml
10+
- path: add-args.yaml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bases:
22
- ../../base
33
patches:
4-
- add-namespace-kube-system.yaml
4+
- path: add-namespace-kube-system.yaml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bases:
22
- ../../base
33
patches:
4-
- add-nodeselector-intel-gpu.yaml
4+
- path: add-nodeselector-intel-gpu.yaml

deployments/qat_plugin/overlays/debug/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ nameSuffix: -debug
22
bases:
33
- ../../base
44
patches:
5-
- add-args.yaml
5+
- path: add-args.yaml

deployments/qat_plugin/overlays/e2e/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
- ../sriov_numvfs
77

88
patches:
9-
- add-args.yaml
9+
- path: add-args.yaml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
resources:
22
- ../../base
33
patches:
4-
- add-epc-nfd-initcontainer.yaml
4+
- path: add-epc-nfd-initcontainer.yaml

deployments/sgx_plugin/overlays/epc-nfd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ bases:
44
- ../../../nfd/overlays/node-feature-rules
55
- ../../../sgx_admissionwebhook/overlays/default-with-certmanager
66
patches:
7-
- add-epc-nfd-initcontainer.yaml
7+
- path: add-epc-nfd-initcontainer.yaml

deployments/sgx_plugin/overlays/epc-register/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
- service-account.yaml
66
- init-daemonset.yaml
77
patches:
8-
- add-node-selector.yaml
8+
- path: add-node-selector.yaml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bases:
22
- ../../base
33
patches:
4-
- add-namespace-kube-system.yaml
4+
- path: add-namespace-kube-system.yaml

deployments/vpu_plugin/overlays/xlink/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bases:
22
- ../../base/
3-
patches:
3+
patchesStrategicMerge:
44
- add_command_args.yaml
55
patchesJson6902:
66
- target:

0 commit comments

Comments
 (0)