organize overlays by stages instead of envs

Signed-off-by: Kent <kent.rancourt@gmail.com>
This commit is contained in:
Kent
2023-07-11 12:56:36 -04:00
parent dc84502b8b
commit 59a9ef6993
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- configmap.yaml
patches:
- target:
kind: Service
name: kargo-demo
patch: |-
- op: replace
path: /spec/ports/0/nodePort
value: 30082