# 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