Commit 020b6491 by Guangbo Chen Committed by Denise Schannon

Fix traefik typo and update chartmuseum default pv setting

parent 0a9a1b5f
...@@ -152,7 +152,7 @@ questions: ...@@ -152,7 +152,7 @@ questions:
group: "Storage Secret" group: "Storage Secret"
# Local Storage Settings # Local Storage Settings
- variable: persistence.enabled - variable: persistence.enabled
default: true default: false
type: boolean type: boolean
description: "use a PVC for persistent storage for local storage" description: "use a PVC for persistent storage for local storage"
label: Enable Persistent Storage For Local Storage label: Enable Persistent Storage For Local Storage
......
...@@ -23,7 +23,7 @@ questions: ...@@ -23,7 +23,7 @@ questions:
- "LoadBalancer" - "LoadBalancer"
- "NodePort" - "NodePort"
- "ClusterIP" - "ClusterIP"
default: "Loadbalancer" default: "LoadBalancer"
description: "Service Type for Traefik" description: "Service Type for Traefik"
label: Service Type label: Service Type
group: "General Settings" group: "General Settings"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment