implemented missing semicolon
This commit is contained in:
5
apps/example-app/values-override.yaml
Normal file
5
apps/example-app/values-override.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
app:
|
||||||
|
ports:
|
||||||
|
http: 8096
|
||||||
|
secretName: auth-api-dev
|
||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
chart: "{{path.basename}}"
|
chart: "{{path.basename}}"
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values-override.yaml
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: "{{path.basename}}"
|
namespace: "{{path.basename}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user