10 lines
218 B
YAML
10 lines
218 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: nxtgauge-ai-assistant-secrets
|
|
namespace: nxtgauge
|
|
type: Opaque
|
|
stringData:
|
|
# TODO: set to the shared key expected by callers of the AI assistant.
|
|
ai-service-key: ""
|
|
|