Skip to content

Commit

Permalink
Fix application template render
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgomez committed May 1, 2024
1 parent 4725ca6 commit 83ffa32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/argocd-app-bootstrap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0.0"
description: Helm chart to automatically provision ArgoCD application and projects
name: argocd-app-bootstrap
version: 1.0.16
version: 1.0.17
2 changes: 1 addition & 1 deletion charts/argocd-app-bootstrap/templates/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
{{- range .extraValuesFiles }}
- {{ . }}
{{- end }}
{{- end -}}
{{- end }}
destination:
server: https://kubernetes.default.svc
namespace: {{ .namespace }}
Expand Down

0 comments on commit 83ffa32

Please sign in to comment.