This commit is contained in:
2026-04-28 14:10:53 +02:00
parent 7132f5000e
commit f5486a9210
14 changed files with 234 additions and 2 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