mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 10:00:11 +00:00
10 lines
213 B
YAML
10 lines
213 B
YAML
apiVersion: apps.open-cluster-management.io/v1
|
|
kind: Channel
|
|
metadata:
|
|
name: demo-helmrepo
|
|
namespace: default
|
|
spec:
|
|
type: HelmRepo
|
|
pathname: https://charts.helm.sh/stable/
|
|
insecureSkipVerify: true
|