Files
manifests/archmeister/review/kustomization.yaml
T
2024-02-01 10:36:47 +01:00

25 lines
481 B
YAML

namePrefix: x-review-
generatorOptions:
disableNameSuffixHash: true
secretGenerator:
- files:
- appsettings.json
name: archmeister-appsettings
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
patches:
- path: deployment_patch.yaml
target:
group: apps
kind: Deployment
name: archmeister
version: v1
- path: cluster_patch.yaml
target:
group: postgresql.cnpg.io
kind: Cluster
name: archmeister
version: v1