patch secrets
Abuses
Denial of Service
Change the content of secrets used by pods etc. to nonsense.
# Change secret's content
kubectl patch secret {secret} --patch="{\"data\": { \"foo\": \"bar" } }"
Change the content of secrets used by pods etc. to nonsense.
# Change secret's content
kubectl patch secret {secret} --patch="{\"data\": { \"foo\": \"bar" } }"