chore: add ai-assistant secret placeholder
This commit is contained in:
parent
5c81e25208
commit
3fde5afb9a
2 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secret.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
|
|
|
|||
10
apps/nxtgauge-ai-assistant/base/secret.yaml
Normal file
10
apps/nxtgauge-ai-assistant/base/secret.yaml
Normal 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: ""
|
||||
|
||||
Loading…
Add table
Reference in a new issue