Compare commits

..

3 Commits

4 changed files with 9 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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