Skip to content

Commit

Permalink
Fixing the helm app-of-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Nov 10, 2023
1 parent 7a3970c commit 8ee8e73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/workloads/applicationset-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ spec:
project: default
sources:
- repoURL: https://github.com/danmanners/homelab-kube-cluster.git
targetRevision: '{{targetRev}}'
targetRevision: '{{valueBranch}}'
ref: values
- repoUrl: '{{ helmRepo }}'
chart: '{{ appName }}'
targetRevision: '{{ helmTargetRev }}'
- repoUrl: '{{helmRepo}}'
chart: '{{appName}}'
targetRevision: '{{helmTargetRev}}'
helm:
valueFiles:
- '$values/manifests/workloads/{{ appName }}/values.yaml'
- '$values/manifests/workloads/{{appName}}/values.yaml'
destination:
server: https://kubernetes.default.svc
namespace: '{{namespace}}'
Expand Down

0 comments on commit 8ee8e73

Please sign in to comment.