Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions chart/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ stringData:
{{- if .Values.secrets.redis.password }}
SPRING_REDIS_PASSWORD: {{ .Values.secrets.redis.password | quote }}
{{- end }}
{{- if .Values.secrets.defaults.open_ai_admin_api_key }}
AUTONOMOUS_DEBUGGER_OPEN_AI_ADMIN_API_KEY: {{ .Values.secrets.defaults.open_ai_admin_api_key | quote }}
{{- end }}
---
kind: Secret
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ secrets:
datadog_api_key: "" # Optional | If empty, will not be used
mixpanel_token: "" # Optional | If empty, will not be used
lightrun_initial_sys_api_key: "" # Optional | If empty, will not be used

open_ai_admin_api_key: "" # Optional | If empty, will not be used | OpenAI Admin API key for administrative operations (Not applicable for on premise deployments)
dockerhub_config:
# This secret is used as imagePullSecrets for docker registry.
# It has 3 modes:
Expand Down