Skip to content

Instantly share code, notes, and snippets.

@c-success
Last active June 5, 2018 09:16
Show Gist options
  • Save c-success/41975c954c3ae9b7ae19827315dcd9e5 to your computer and use it in GitHub Desktop.
Save c-success/41975c954c3ae9b7ae19827315dcd9e5 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: Name of the Kubernetes secret
type: Opaque
data:
ecc_tls.crt:
<base 64 encoded cert>
ecc_tls.key:
<base 64 encoded key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment