Skip to content

Commit

Permalink
🔧 Fix indentation in _application.yaml. (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 28, 2024
1 parent 5f789cf commit a72db42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/templates/_application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ spec:
project: default
destination:
server: {{ $root.Values.spec.destination.server }}
{{- if hasKey $application "namespace" }}
{{- if hasKey $application "namespace" }}
namespace: {{ $application.namespace }}
{{- end }}
{{- end }}
source:
repoURL: {{ $root.Values.spec.source.repoURL }}
targetRevision: {{ $root.Values.spec.source.targetRevision }}
path: {{ $application.path }}
path: {{ $application.path }}
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit a72db42

Please sign in to comment.