Skip to content

Commit

Permalink
✨ Remove unused "destination" field in _application.yaml template (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 28, 2024
1 parent 7dee4d8 commit 5f789cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/templates/_application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ spec:
destination:
server: {{ $root.Values.spec.destination.server }}
{{- if hasKey $application "namespace" }}
destination:
namespace: {{ $application.namespace }}
{{- end }}
source:
Expand Down

0 comments on commit 5f789cf

Please sign in to comment.