From 94a1b200c3339856d2ba0624936f92fcdf4a0453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20T=C3=A4schner?= <129834483+HenryT-CG@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:12:43 +0200 Subject: [PATCH] Add detail endpoint in values.yaml --- helm/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index 7c8b959..21acb37 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -19,6 +19,9 @@ app: technology: WEBCOMPONENTMODULE remoteName: onecx-theme tagName: ocx-theme-component + endpoints: + - name: theme-detail + path: /{theme-name} # Permission permission: enabled: true