Skip to content

Commit

Permalink
Delete encryption-key secrets in openshift-config-managed
Browse files Browse the repository at this point in the history
Signed-off-by: Michail Resvanis <mresvani@redhat.com>
  • Loading branch information
mresvanis committed Oct 9, 2024
1 parent b4ade83 commit 1ea4c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ocp_postprocess.rs
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,8 @@ pub(crate) async fn cluster_rename(
"replicasets/",
// Delete ovnkube-node daemonset as it has cluster name in bash script
"daemonsets/openshift-ovn-kubernetes/ovnkube-node",
// Delete encryption-keys for openshift-{kube,oauth,}-apiserver
"secrets/openshift-config-managed/encryption-key-openshift-",
]
.iter()
{
Expand Down

0 comments on commit 1ea4c2d

Please sign in to comment.