Files
kami_apple_exchage/backend/deploy/helm/apple-exchange/templates/secret.yaml
danial 108a8810e6 refactor: migrate to Apple Exchange backend architecture
Remove distributed crawler system and refactor backend to focus on Apple Gift Card Exchange functionality. Update deployment configurations and dependencies accordingly.
2025-08-26 23:39:47 +08:00

12 lines
346 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ include "apple-exchange.fullname" . }}-secret
labels:
{{- include "apple-exchange.labels" . | nindent 4 }}
type: Opaque
data:
# These are placeholder values that should be overridden in production
DATABASE_PASSWORD: {{ randAlphaNum 16 | b64enc | quote }}
# Add other secrets as needed