Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active August 10, 2022 19:14
Show Gist options
  • Save percybolmer/f9feb3e527333c57f8d079b83cadf77b to your computer and use it in GitHub Desktop.
Save percybolmer/f9feb3e527333c57f8d079b83cadf77b to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: Secret
metadata:
name: database-secrets
namespace: hellogopher
type: Opaque
data:
DATABASE_PASSWORD: cGFzc3dvcmQ=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment