This commit is contained in:
2026-04-28 20:38:59 +02:00
parent 7132f5000e
commit 1c6f18b67c
18 changed files with 293 additions and 3 deletions

View File

@@ -13,9 +13,19 @@ resources:
- ../../base/prometheus
- ../../base/sealedsecrets
- ../../base/tempo
- ../../base/homepage
- ../../base/traefik-application
patches:
# Homepage: swap upc-dev → aks-dev
- target:
kind: Application
name: homepage
patch: |
- op: replace
path: /spec/sources/0/helm/valueFiles/1
value: $values/infra/values/aks-dev/homepage-values.yaml
# Traefik: swap upc-dev → aks-dev
- target:
kind: Application