Skip to content

Instantly share code, notes, and snippets.

@jeanqasaur
Created May 17, 2021 23:00
Show Gist options
  • Save jeanqasaur/a6b039092fc43bf11f4b8d42c1044eec to your computer and use it in GitHub Desktop.
Save jeanqasaur/a6b039092fc43bf11f4b8d42c1044eec to your computer and use it in GitHub Desktop.
API secrets file
apiVersion: v1
kind: Secret
metadata:
name: akita-secrets
type: Opaque
data:
api-key-id: # REPLACE WITH YOUR API KEY ID BASE 64 ENCODED
api-key-secret: # REPLACE WITH YOUR API KEY SECRET BASE 64 ENCODED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment