1
0
mirror of https://github.com/k8sgpt-ai/k8sgpt.git synced 2025-05-14 11:01:23 +00:00
k8sgpt/container/manifests/secret.yaml
Alex Jones fe2c08cf72 feat: wip blocked until we have envs
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
2023-04-15 12:08:43 +01:00

8 lines
134 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: ai-backend-secret
type: Opaque
data:
secret-key: <base64-encoded value of the secret>