Compare commits

..

3 Commits

4 changed files with 9 additions and 10 deletions

View File

@@ -10,11 +10,8 @@ spec:
targetRevision: "*" targetRevision: "*"
chart: example-app chart: example-app
helm: helm:
valuesObject: valueFiles:
app: - values.yaml
ports:
http: "8096"
secretName: "auth-api-dev"
destination: destination:
server: "https://kubernetes.default.svc" server: "https://kubernetes.default.svc"
namespace: example-app namespace: example-app

View File

@@ -2,4 +2,4 @@
app: app:
ports: ports:
http: 8096 http: 8096
secretName: auth-api-dev secretName: auth-api-prod

View File

@@ -12,9 +12,6 @@ spec:
helm: helm:
valueFiles: valueFiles:
- values.yaml - values.yaml
parameters:
- name: app.ports.http
value: "8091"
destination: destination:
server: "https://kubernetes.default.svc" server: "https://kubernetes.default.svc"
namespace: json-echo namespace: json-echo

View File

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