When attempting to saving claude credentials, using the command:
kubectl -n trustgraph create secret \
generic claude-credentials \
--from-literal=claude-key=CLAUDE_KEY
I get the following error:
error: failed to create secret the server could not find the requested resource (post secrets)