Skip to content

Instantly share code, notes, and snippets.

@mdesanti
Created January 7, 2019 13:23
Show Gist options
  • Save mdesanti/68132e6b0899c33a8c682ce6c46a028e to your computer and use it in GitHub Desktop.
Save mdesanti/68132e6b0899c33a8c682ce6c46a028e to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: vault-token
type: Opaque
data:
vaultToken: <encoded-token>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment