prod deployment
This commit is contained in:
8
deploy/k8s/prod/secrets/ai-secrets.tpl.yaml
Normal file
8
deploy/k8s/prod/secrets/ai-secrets.tpl.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ai-secrets
|
||||
namespace: ai
|
||||
type: Opaque
|
||||
stringData:
|
||||
anthropic-api-key: "{{ op://AI Prod/Gateway/anthropic_api_key }}"
|
||||
Reference in New Issue
Block a user