Initial Helm and Kargo setup

This commit is contained in:
5vl
2026-09-10 13:57:05 +02:00
commit 9af750af3f
16 changed files with 576 additions and 0 deletions
@@ -0,0 +1,13 @@
# EXAMPLE ONLY. Do not commit a real token.
apiVersion: v1
kind: Secret
metadata:
name: kub-web-test-git
namespace: web
labels:
kargo.akuity.io/cred-type: git
type: Opaque
stringData:
repoURL: https://git.5vl.nl/5vl/kub-web-test.git
username: 5vl
password: REPLACE_WITH_GIT_TOKEN