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
Hi, I had a secret in my namespace and deleted it like kubectl -n myns delete secret mysecret. I then tried to recreate the secret like kubectl -n myns apply -f mysecret.yaml and the output I get is sealedsecret.bitnami.com/mysecret unchanged, so far loosk ok but then, I want to see my recreated secret kubectl -n myns get secrets and it is missing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I had a secret in my namespace and deleted it like
kubectl -n myns delete secret mysecret
. I then tried to recreate the secret likekubectl -n myns apply -f mysecret.yaml
and the output I get issealedsecret.bitnami.com/mysecret unchanged
, so far loosk ok but then, I want to see my recreated secretkubectl -n myns get secrets
and it is missing?why?
`
Beta Was this translation helpful? Give feedback.
All reactions