You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Clean up remaining resources
k8s:
figure: this
stuff: out
Why?
The shell commands that run during the finalizer fail when things are missing, which causes the finalizer to fail, which results in other resources not being cleaned up
We use the k8s module for most changes to ocp resources and want to be consistent
The text was updated successfully, but these errors were encountered:
Stop doing this:
shell: |
oc delete -n {{ tssc_namespace }} KeycloakUser,KeycloakClient --all
Do it like this:
k8s:
figure: this
stuff: out
Why?
The text was updated successfully, but these errors were encountered: