squash me

This commit is contained in:
2025-06-03 12:04:53 +03:00
parent 60adae9207
commit 79fc5d46da
3 changed files with 8 additions and 9 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

@@ -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