elura-cli 0.2.5

Project scaffold generator for Elura applications
1
2
3
4
5
6
7
8
9
10
11
# Copy this file to a private deployment repository, replace every value, and
# add the private Secret to the deployment overlay.
apiVersion: v1
kind: Secret
metadata:
  name: elura-secrets
type: Opaque
stringData:
  ticket-key: replace-with-a-random-key-at-least-32-bytes
  internal-token: replace-with-a-different-random-token-at-least-32-bytes
  admin-token: replace-with-an-admin-token-at-least-32-bytes