Files
kubesphere/config/ks-core/templates/platformconfig-telemetry.yaml
2025-03-17 10:55:56 +08:00

11 lines
331 B
YAML

{{- if eq (include "multicluster.role" .) "host" }}
apiVersion: v1
kind: Secret
metadata:
name: io.kubesphere.config.platformconfig.telemetry
type: config.kubesphere.io/generic-platform-config
stringData:
configuration.yaml: |
enabled: {{ include "telemetry.enabled" . }}
endpoint: "https://kubesphere.cloud"
{{- end }}