Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the managed fields owner to helm-controller #346

Merged
merged 1 commit into from
Oct 25, 2021
Merged

Conversation

stefanprodan
Copy link
Member

No description provided.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@hiddeco hiddeco added the area/helm Helm related issues and pull requests label Oct 25, 2021
Copy link
Member

@makkes makkes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before:

$ k get hr podinfo -o yaml --show-managed-fields
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
[...]
metadata:
  managedFields:
[...]
    manager: flux

After:

$ k get hr podinfo -o yaml --show-managed-fields
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
[...]
metadata:
  managedFields:
[...]
    manager: helm-controller

@makkes makkes merged commit 4d6eb62 into main Oct 25, 2021
@makkes makkes deleted the managed-fields-manager branch October 25, 2021 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm Helm related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants