Skip to content

Ignore existing resource on install if resource-policy is keep #4824

@vasicvuk

Description

@vasicvuk

I wanted to know if there is possibility for Helm install command to ignore existing resource (if already created) if the helm/resource-policy is keep.

Scenario:

  1. I created release with Secret containing random generated password. This Secret is marked as resource-policy: keep
  2. I deleted release
  3. I do helm install with same release name
  4. Install ignores existing secret so that all other services are connected to Secret with old password.

The same thing is needed for PVC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions