diff --git a/chart/templates/secrets.yaml b/chart/templates/secrets.yaml index 1701650..b4b747c 100644 --- a/chart/templates/secrets.yaml +++ b/chart/templates/secrets.yaml @@ -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 diff --git a/chart/values.yaml b/chart/values.yaml index eb6d6e8..8483426 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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: