Skip to content

Commit

Permalink
fix: do not use deprecated patchesStrategicMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrox committed Apr 28, 2024
1 parent a64e95a commit f2061ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions config/gke/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
resources:
- ../production
patchesStrategicMerge:
- daemonset.yaml
patches:
- path: daemonset.yaml
- patch: |-
- op: add
path: /spec/template/spec/initContainers/0/args/-
Expand Down
3 changes: 1 addition & 2 deletions config/k3s/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
resources:
- ../production
patchesStrategicMerge:
- k3s.yaml
patches:
- path: k3s.yaml
- patch: |-
- op: add
path: /spec/template/spec/initContainers/0/args/-
Expand Down
3 changes: 1 addition & 2 deletions config/rke2/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
resources:
- ../production
patchesStrategicMerge:
- rke2.yaml
patches:
- path: rke2.yaml
- patch: |-
- op: add
path: /spec/template/spec/initContainers/0/args/-
Expand Down

0 comments on commit f2061ca

Please sign in to comment.