Skip to content

Commit

Permalink
[UPD] Default application set
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Jan 9, 2025
1 parent 75d6ddc commit 5da4584
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions argocd_deployer/data/application_set_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ spec:
- git:
repoURL: {{.application_set.repository_url}}
revision: {{.application_set.branch}}
files:
- path: {{.application_set.deployment_directory}}/**/config.yaml
directories:
- path: {{.application_set.deployment_directory}}/*
template:
metadata:
name: "{{.application_set.namespace_prefix}}{{ .path.basename }}"
Expand All @@ -64,8 +64,8 @@ spec:
targetRevision: {{.application_set.branch}}
path: app
helm:
values: |
{{ .helm }}
valueFiles:
- "../{{.application_set.deployment_directory}}/{{ .path.basename }}/config.yaml"
destination:
name: in-cluster
namespace: "{{.application_set.namespace_prefix}}{{ .path.basename }}"
Expand Down

0 comments on commit 5da4584

Please sign in to comment.