From 5636280dd97ffdcb5b5258cdd697a338fc4b2239 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 3 Dec 2021 18:01:48 +0200 Subject: [PATCH] feat(owncast): Add admin portal button (#1450) * feat(owncast): Add admin portal button * rename `Admin Portal` to `Admin` --- charts/stable/owncast/questions.yaml | 8 ++++++++ charts/stable/pihole/questions.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/stable/owncast/questions.yaml b/charts/stable/owncast/questions.yaml index 97409c84113..e1616275fb0 100644 --- a/charts/stable/owncast/questions.yaml +++ b/charts/stable/owncast/questions.yaml @@ -7,6 +7,14 @@ portals: - "$kubernetes-resource_configmap_portal_host" ports: - "$kubernetes-resource_configmap_portal_port" + admin: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" + path: "/admin/" questions: - variable: portal group: "Container Image" diff --git a/charts/stable/pihole/questions.yaml b/charts/stable/pihole/questions.yaml index 8eecdb59758..9db1b35a26d 100644 --- a/charts/stable/pihole/questions.yaml +++ b/charts/stable/pihole/questions.yaml @@ -8,7 +8,7 @@ portals: ports: - "$kubernetes-resource_configmap_portal_port" path: "/" - admin_portal: + admin: protocols: - "$kubernetes-resource_configmap_portal_protocol" host: