Files
kubesphere/config/ks-core/templates/platformconfig-telemetry.yaml
2024-11-26 11:31:35 +08:00

12 lines
325 B
YAML

{{ if eq (include "role" .) "host" }}
apiVersion: v1
kind: Secret
metadata:
name: io.kubesphere.config.platformconfig.telemetry
namespace: {{ .Release.Namespace | quote }}
type: config.kubesphere.io/platformconfig
stringData:
configuration.yaml: |
enabled: true
ksCloudURL: "https://kubesphere.cloud"
{{- end }}