diff --git a/manifests/kustomize/components/monitoring/kustomization.yaml b/manifests/kustomize/components/monitoring/kustomization.yaml index 495ed310e..84035542d 100644 --- a/manifests/kustomize/components/monitoring/kustomization.yaml +++ b/manifests/kustomize/components/monitoring/kustomization.yaml @@ -5,8 +5,8 @@ resources: - service.yaml - servicemonitor.yaml -patchesStrategicMerge: - - deployment.yaml +patches: + - path: deployment.yaml configurations: - kustomizeconfig.yaml diff --git a/manifests/kustomize/components/rbac-full/kustomization.yaml b/manifests/kustomize/components/rbac-full/kustomization.yaml index 288b34240..e5cb48fca 100644 --- a/manifests/kustomize/components/rbac-full/kustomization.yaml +++ b/manifests/kustomize/components/rbac-full/kustomization.yaml @@ -8,5 +8,5 @@ resources: - clusterrolebinding.yaml - serviceaccount.yaml -patchesStrategicMerge: - - deployment.yaml +patches: + - path: deployment.yaml diff --git a/manifests/kustomize/components/resources/kustomization.yaml b/manifests/kustomize/components/resources/kustomization.yaml index 1cec77a14..7b60268eb 100644 --- a/manifests/kustomize/components/resources/kustomization.yaml +++ b/manifests/kustomize/components/resources/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1alpha1 kind: Component -patchesStrategicMerge: - - deployment.yaml +patches: + - path: deployment.yaml