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: 0 additions & 3 deletions chart/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ stringData:
{{- if .Values.secrets.defaults.mixpanel_token }}
TRACKING_MIXPANEL_TOKEN: {{ .Values.secrets.defaults.mixpanel_token | quote }}
{{- end }}
{{- if .Values.secrets.defaults.hubspot_token }}
TRACKING_HUBSPOT_TOKEN: {{ .Values.secrets.defaults.hubspot_token | quote }}
{{- end }}
{{- if .Values.secrets.defaults.lightrun_initial_sys_api_key }}
LIGHTRUN_INITIAL_SYS_API_KEY: {{ .Values.secrets.defaults.lightrun_initial_sys_api_key | quote }}
{{- end }}
Expand Down
1 change: 0 additions & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ secrets:
client_secret: "" # Optional | If empty, will not be used
datadog_api_key: "" # Optional | If empty, will not be used
mixpanel_token: "" # Optional | If empty, will not be used
hubspot_token: "" # Optional | If empty, will not be used
lightrun_initial_sys_api_key: "" # Optional | If empty, will not be used

dockerhub_config:
Expand Down
1 change: 0 additions & 1 deletion docs/installation/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ Some secrets are used for integrating with external services.

datadog_api_key: "" # (Optional) API key for Datadog integration
mixpanel_token: "" # (Optional) Token for Mixpanel analytics
hubspot_token: "" # (Optional) Token for HubSpot integration

```
> **Optional Fields**: If left empty, these values **will not** be included in the Kubernetes secret.
Expand Down