File size: 332 Bytes
000e62a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
apiVersion: v1
kind: Secret
metadata:
  name: arf-api-secrets
  namespace: arf-system
type: Opaque
stringData:
  # Replace these placeholder values with the actual secrets.
  DATABASE_URL: "postgresql://user:password@host:5432/arf"
  ARF_INTERNAL_API_KEY: "change-me-to-a-strong-random-key"
  ARF_API_KEYS: '{}'
  ARF_REDIS_URL: ""