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

feat(k8s): add possibility to not add owner reference #9794

Merged
merged 3 commits into from
Apr 4, 2024

Commits on Apr 3, 2024

  1. feat(kubernetes): add possibility to not add owner reference

    Introduce a new config flag to not add ownerReference to resources.
    
    This is useful when using argoCD which will refuse deleting resources
    if they have an ownerReference
    
    Fix kumahq#9541
    
    Signed-off-by: Charly Molter <charly.molter@konghq.com>
    lahabana committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    85bfde3 View commit details
    Browse the repository at this point in the history
  2. golangci-lint

    Signed-off-by: Charly Molter <charly.molter@konghq.com>
    lahabana committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ebd1d0f View commit details
    Browse the repository at this point in the history
  3. fix gen

    Signed-off-by: Charly Molter <charly.molter@konghq.com>
    lahabana committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3cdbd91 View commit details
    Browse the repository at this point in the history