Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created March 29, 2021 03:59
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 sjwaight/23f10e8196597b4ac0e436d1990e2953 to your computer and use it in GitHub Desktop.
Save sjwaight/23f10e8196597b4ac0e436d1990e2953 to your computer and use it in GitHub Desktop.
Single Kubernetes secret we can deploy using kubectl
apiVersion: v1
kind: Secret
metadata:
name: dbconnection
type: Opaque
data:
connstring: U2Vy_NOT_A_VALID_BASE_64_sdoinsdcoin=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment