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

Bug fix -1855 : Errors updating cluster policy #1863

Merged
merged 6 commits into from
May 3, 2021

Conversation

vyankyGH
Copy link
Contributor

@vyankyGH vyankyGH commented May 2, 2021

Related issue

Closes #1855.

What type of PR is this

Proposed Changes

Proof Manifests

Checklist

  • I have read the contributing guidelines.
  • [] I have added tests that prove my fix is effective or that my feature works.
  • [] My PR contains new or altered behavior to Kyverno and
    • [] I have added or changed the documentation myself in an existing PR and the link is:
    • [] I have raised an issue in kyverno/website to track the doc update and the link is:
    • [] I have read the PR documentation guide and followed the process including adding proof manifests to this PR.

Further Comments

@@ -235,10 +235,8 @@ func GeneratePodControllerRule(policy kyverno.ClusterPolicy, log logr.Logger) (p
patches = append(patches, annPatch)
}
} else {
fmt.Println("===applyAutoGen", applyAutoGen)
Copy link
Member

Choose a reason for hiding this comment

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

Just FYI that these are also getting removed in #1857

@vyankyGH vyankyGH requested a review from realshuting May 3, 2021 05:15
@realshuting realshuting self-assigned this May 3, 2021
@realshuting realshuting merged commit f921bf4 into kyverno:main May 3, 2021
@vyankyGH vyankyGH deleted the bug/1855 branch February 18, 2022 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Errors updating cluster policy
4 participants