implemented missing semicolon

This commit is contained in:
2025-06-03 11:19:28 +03:00
parent e7b90560c3
commit 7e7f0c1f71
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
app:
ports:
http: 8096
secretName: auth-api-dev

View File

@@ -22,7 +22,7 @@ spec:
chart: "{{path.basename}}"
helm:
valueFiles:
- values.yaml
- values-override.yaml
destination:
server: "https://kubernetes.default.svc"
namespace: "{{path.basename}}"