reorganize kustomize overlays structure
This commit is contained in:
parent
5c3d429c15
commit
49158e6c05
4 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ spec:
|
|||
namespace: infra-distrilab
|
||||
project: default
|
||||
source:
|
||||
path: deploy/k8s-poc-demo/base/
|
||||
path: deploy/k8s-poc-demo/prod/
|
||||
repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git
|
||||
targetRevision: HEAD
|
||||
# ---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bases:
|
||||
- ../../base/
|
||||
#namePrefix: prod-
|
||||
- ../base/
|
||||
namePrefix: prod-
|
||||
patchesStrategicMerge:
|
||||
- replicas.yaml
|
||||
- resources.yaml
|
Loading…
Reference in a new issue