more-stuff

This commit is contained in:
Morten Olsen
2025-09-03 17:08:46 +02:00
parent 03e406322f
commit 00d90bfa21
11 changed files with 66 additions and 1 deletions

View File

@@ -204,7 +204,11 @@ class Environment extends CustomResource<typeof specSchema> {
spec: {
targetNamespace: this.#argoNamespace.name,
interval: '1h',
values: {},
values: {
applicationset: {
enabled: true,
},
},
chart: {
spec: {
chart: 'argo-cd',