fix small mistake in pihole demo
This commit is contained in:
@@ -21,4 +21,4 @@ sources:
|
||||
- https://github.com/pi-hole
|
||||
- https://github.com/pi-hole/docker-pi-hole
|
||||
type: application
|
||||
version: 2.0.4
|
||||
version: 2.0.5
|
||||
|
||||
@@ -7,7 +7,7 @@ portals:
|
||||
- "$kubernetes-resource_configmap_portal_host"
|
||||
ports:
|
||||
- "$kubernetes-resource_configmap_portal_port"
|
||||
path: "/admin/"
|
||||
path: "/"
|
||||
admin_portal:
|
||||
protocols:
|
||||
- "$kubernetes-resource_configmap_portal_protocol"
|
||||
@@ -15,7 +15,7 @@ portals:
|
||||
- "$kubernetes-resource_configmap_portal_host"
|
||||
ports:
|
||||
- "$kubernetes-resource_configmap_portal_port"
|
||||
path: "/"
|
||||
path: "/admin/"
|
||||
questions:
|
||||
- variable: portal
|
||||
group: "Container Image"
|
||||
|
||||
Reference in New Issue
Block a user