From c221cc40210a5cd98f7dca91e912f816e6342d7d Mon Sep 17 00:00:00 2001 From: Michael-Kruggel Date: Fri, 19 Jul 2024 17:25:29 +0000 Subject: [PATCH] moving secret location --- common/zarf.yaml | 4 ++++ zarf.yaml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/zarf.yaml b/common/zarf.yaml index 498888b..759d9c0 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -4,6 +4,10 @@ metadata: name: jenkins-common description: "UDS jenkins Common Package" +variables: + - name: JENKINS_CLIENT_SECRET + default: "" + components: - name: jenkins-config required: true diff --git a/zarf.yaml b/zarf.yaml index 201ad3d..f8386d7 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -11,8 +11,6 @@ metadata: variables: - name: DOMAIN default: "uds.dev" - - name: JENKINS_CLIENT_SECRET - default: "" components: - name: jenkins-config