Skip to content

Commit

Permalink
throwing stuff at the wall
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Jul 19, 2024
1 parent c221cc4 commit 4b7456b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,20 @@ components:
namespace: jenkins
version: 0.1.0
localPath: ../chart
- name: jenkins
required: true
charts:
- name: jenkins
namespace: jenkins
url: https://charts.jenkins.io
version: 5.3.4
repoName: jenkins
releaseName: jenkins
valuesFiles:
- ../values/common.yaml
actions:
onDeploy:
after:
before:
- wait:
cluster:
kind: secret
Expand All @@ -30,14 +41,3 @@ components:
setVariables:
- name: JENKINS_CLIENT_SECRET
sensitive: true
- name: jenkins
required: true
charts:
- name: jenkins
namespace: jenkins
url: https://charts.jenkins.io
version: 5.3.4
repoName: jenkins
releaseName: jenkins
valuesFiles:
- ../values/common.yaml

0 comments on commit 4b7456b

Please sign in to comment.