File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments