Skip to content

Instantly share code, notes, and snippets.

@adrianchifor
Created May 29, 2017 16:16
Show Gist options
  • Save adrianchifor/1252107a6837050472ab2f5ddf22297d to your computer and use it in GitHub Desktop.
Save adrianchifor/1252107a6837050472ab2f5ddf22297d to your computer and use it in GitHub Desktop.
Example k8s secret
apiVersion: v1
kind: Secret
metadata:
name: example
namespace: development
data:
<key>: <base64 encoded value>
type: Opaque
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment