40 lines
973 B
YAML
40 lines
973 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base/cert-manager-application
|
|
- ../../base/cluster-resources-application
|
|
- ../../base/enterprise-apps
|
|
- ../../base/fluent-bit
|
|
- ../../base/gitea
|
|
- ../../base/gitea-actions
|
|
- ../../base/grafana
|
|
- ../../base/grafana-dashboards
|
|
- ../../base/homepage
|
|
- ../../base/karpor
|
|
- ../../base/keycloak
|
|
- ../../base/kyverno
|
|
- ../../base/kyverno-policies
|
|
- ../../base/loki
|
|
- ../../base/opencost
|
|
- ../../base/prometheus
|
|
- ../../base/renovate
|
|
- ../../base/sealedsecrets
|
|
- ../../base/tempo
|
|
- ../../base/traefik-application
|
|
- ../../base/vault
|
|
- vaultwarden-postgresql
|
|
- vaultwarden
|
|
- wildcard-tls-certificate.yaml
|
|
|
|
# No patches needed — base already has "upc-dev" paths
|
|
# upc-dev is the default/base cluster
|
|
|
|
patches:
|
|
- target:
|
|
kind: Application
|
|
name: databunker
|
|
patch: |
|
|
- op: add
|
|
path: /spec/sources/0/helm/valueFiles/-
|
|
value: $values/infra/values/upc-dev/databunker-values.yaml
|