chore: add ai-assistant secret placeholder

This commit is contained in:
Ashwin Kumar Sivakumar 2026-04-17 21:44:32 +05:30
parent 5c81e25208
commit 3fde5afb9a
2 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- secret.yaml
- deployment.yaml
- service.yaml

View file

@ -0,0 +1,10 @@
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: ""