You wouldn't get this from any other guy

This commit is contained in:
2025-06-02 09:26:28 +03:00
parent b075497e2b
commit 476e0847f4
2 changed files with 0 additions and 50 deletions

View File

@@ -1,25 +0,0 @@
project: default
source:
repoURL: >-
http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo/
targetRevision: '*'
helm:
valueFiles:
- values.yaml
parameters:
- name: app.env.QUARKUS_DATASOURCE_PASSWORD
value: testpass
- name: app.env.QUARKUS_DATASOURCE_USERNAME
value: admin
- name: app.ports.http
value: '8091'
chart: json-echo
destination:
server: https://kubernetes.default.svc
namespace: json-echo
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true