Skip to content

Instantly share code, notes, and snippets.

@liangway
Created May 4, 2020 08:33
Show Gist options
  • Save liangway/fab4c64a58be6b28b28ea71bf9556075 to your computer and use it in GitHub Desktop.
Save liangway/fab4c64a58be6b28b28ea71bf9556075 to your computer and use it in GitHub Desktop.
# update key values in secrets or config
kubectl get secrets some-secrets -o yaml --export > some-secrets.yaml
echo AAAAAA | base64
kubectl apply –f some-secrets.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment