Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

The version of Kustomize in Flux does not handle $patch: delete correctly and needs to be upgraded #3286

Closed
Crayeth opened this issue Sep 9, 2020 · 1 comment

Comments

@Crayeth
Copy link

Crayeth commented Sep 9, 2020

Using

image:
  repository: docker.io/fluxcd/flux
  tag: 1.20.1

I've found that the Kustomize therein included (3.7.0) does not render patches with $patch: delete correctly.
If I have something like:

external_services:
  grafana:
    $patch: delete

I expect grafana and everything belonging to it to be deleted but it is not.
Using Kustomize 3.8.2 locally does render correctly.

@stefanprodan
Copy link
Member

Fixed in #3309

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants