Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created July 1, 2019 16:37
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 recursivecodes/f0431ad772ddbf32cb9608f51bf16834 to your computer and use it in GitHub Desktop.
Save recursivecodes/f0431ad772ddbf32cb9608f51bf16834 to your computer and use it in GitHub Desktop.
secret.yaml
apiVersion: v1
kind: Secret
metadata:
  name: user-svc-helidon-secrets
data:
  dbUser: [base64 encoded username]
  dbPassword: [base64 encoded password]
  dbUrl: [base64 encoded URL]
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment