From 75c49d4c14efdecbd539a176e52cb668704a824b Mon Sep 17 00:00:00 2001 From: Joseph Richardson Date: Wed, 31 Jul 2024 15:54:11 -0400 Subject: [PATCH] fix: added newlines --- chart/templates/uds-package.yaml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/uds-package.yaml b/chart/templates/uds-package.yaml index d9c7faa..557baef 100644 --- a/chart/templates/uds-package.yaml +++ b/chart/templates/uds-package.yaml @@ -77,4 +77,4 @@ spec: remoteGenerated: {{ .remoteGenerated }} {{- end }} description: {{ .description }} - {{- end }} \ No newline at end of file + {{- end }} diff --git a/chart/values.yaml b/chart/values.yaml index 189f270..424e8fa 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -11,4 +11,4 @@ postgres: port: 5432 # Custom network policies -custom: [] \ No newline at end of file +custom: []