Replies: 1 comment
-
Templates are provided by cluster-samples-operator, these cannot be modified or removed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to show only my custom templates in the catalog, so I wanted to delete some default templates.
I see them all when I list them with
oc get templates -n openshift
, and then delete one withoc delete template redis-ephemeral -n openshift
and I get success response but template is still present when I list them. Does anyone know how to solve this?Beta Was this translation helpful? Give feedback.
All reactions