Skip to content

Commit 4a12292

Browse files
authored
DEVOPS-2705-removed-hubspot-integration (#63)
1 parent c8d0f51 commit 4a12292

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

chart/templates/secrets.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ stringData:
5555
{{- if .Values.secrets.defaults.mixpanel_token }}
5656
TRACKING_MIXPANEL_TOKEN: {{ .Values.secrets.defaults.mixpanel_token | quote }}
5757
{{- end }}
58-
{{- if .Values.secrets.defaults.hubspot_token }}
59-
TRACKING_HUBSPOT_TOKEN: {{ .Values.secrets.defaults.hubspot_token | quote }}
60-
{{- end }}
6158
{{- if .Values.secrets.defaults.lightrun_initial_sys_api_key }}
6259
LIGHTRUN_INITIAL_SYS_API_KEY: {{ .Values.secrets.defaults.lightrun_initial_sys_api_key | quote }}
6360
{{- end }}

chart/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ secrets:
472472
client_secret: "" # Optional | If empty, will not be used
473473
datadog_api_key: "" # Optional | If empty, will not be used
474474
mixpanel_token: "" # Optional | If empty, will not be used
475-
hubspot_token: "" # Optional | If empty, will not be used
476475
lightrun_initial_sys_api_key: "" # Optional | If empty, will not be used
477476

478477
dockerhub_config:

docs/installation/secrets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Some secrets are used for integrating with external services.
8585
8686
datadog_api_key: "" # (Optional) API key for Datadog integration
8787
mixpanel_token: "" # (Optional) Token for Mixpanel analytics
88-
hubspot_token: "" # (Optional) Token for HubSpot integration
8988
9089
```
9190
> **Optional Fields**: If left empty, these values **will not** be included in the Kubernetes secret.

0 commit comments

Comments
 (0)