From 8a64804febea1ff1b251aa21c2994853849b9b6d Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 23 Nov 2021 10:30:03 +0100 Subject: [PATCH] Substitute from dashboard variables --- flux2/cluster/base/core.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flux2/cluster/base/core.yaml b/flux2/cluster/base/core.yaml index c52b22b43..1156bbc66 100644 --- a/flux2/cluster/base/core.yaml +++ b/flux2/cluster/base/core.yaml @@ -16,6 +16,8 @@ spec: validation: client postBuild: substituteFrom: + - kind: Secret + name: stackspin-dashboard-variables - kind: Secret name: stackspin-single-sign-on-variables - kind: Secret -- GitLab