13 lines
311 B
YAML
13 lines
311 B
YAML
|
apiVersion: helm.cattle.io/v1
|
||
|
kind: HelmChart
|
||
|
metadata:
|
||
|
name: kubernetes-dashboard
|
||
|
spec:
|
||
|
repo: https://funkypenguin.github.io/helm-charts
|
||
|
chart: kubernetes-dashboard
|
||
|
version: 2.0.0-rc7-fp6
|
||
|
valuesContent: |-
|
||
|
ingress:
|
||
|
enabled: true
|
||
|
hosts: ["kubernetes-dashboard.127.0.0.1.nip.io"]
|