Skip to content

Instantly share code, notes, and snippets.

@svmt
Last active July 23, 2020 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svmt/6b61e372b4555d3919334789cd18f6f9 to your computer and use it in GitHub Desktop.
Save svmt/6b61e372b4555d3919334789cd18f6f9 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: my-secret
type: Opaque
stringData:
user: 'root'
password: 'toor'
@svmt
Copy link
Author

svmt commented Jul 23, 2020

use stringData to easy update secrets in place without need to base64 encode

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