Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Created March 21, 2023 14:24
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 anjanashankar9/b96cb52f2f70678e2da78ee95f649252 to your computer and use it in GitHub Desktop.
Save anjanashankar9/b96cb52f2f70678e2da78ee95f649252 to your computer and use it in GitHub Desktop.
Manifest for creating a K8S secrets
apiVersion: v1
kind: Secret
metadata:
name: mysecret
type: Opaque
data:
username: YWRtaW4=
password: MWYyZDFlMmU2N2Rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment