Skip to content

Instantly share code, notes, and snippets.

@c-success
Last active January 6, 2020 08:44
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 c-success/7fdbb12a183bf3aeb74bfad184b0f0c5 to your computer and use it in GitHub Desktop.
Save c-success/7fdbb12a183bf3aeb74bfad184b0f0c5 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: secret <Name of the Kubernetes secret>
type: Opaque
data:
username: <Tenant User Name <base 64 encoded>>
password: <Tenant password <base 64 encoded>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment