Skip to content

Instantly share code, notes, and snippets.

@brandentimm
Last active January 31, 2019 01:11
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 brandentimm/f0303f6aa14aa5918f4c20d565041410 to your computer and use it in GitHub Desktop.
Save brandentimm/f0303f6aa14aa5918f4c20d565041410 to your computer and use it in GitHub Desktop.
cloudsql-secret
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: cloudsql-credentials
data:
credentials.json: |-
< your base64 encoded key >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment