Skip to content

Instantly share code, notes, and snippets.

@miluna
Created December 2, 2021 15:20
Show Gist options
  • Save miluna/9df2a28b4a6d76f527b1118e8959e8de to your computer and use it in GitHub Desktop.
Save miluna/9df2a28b4a6d76f527b1118e8959e8de to your computer and use it in GitHub Desktop.
Sample Kubernetes Secret yml
apiVersion: v1
kind: Secret
metadata:
name: <secret-name>
type: Opaque
data:
<key>: <value>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment