12 lines
325 B
YAML
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 }} |