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
|
namespace: infra-distrilab
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: deploy/k8s-poc-demo/base/
|
path: deploy/k8s-poc-demo/prod/
|
||||||
repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git
|
repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
# ---
|
# ---
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bases:
|
bases:
|
||||||
- ../../base/
|
- ../base/
|
||||||
#namePrefix: prod-
|
namePrefix: prod-
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- replicas.yaml
|
- replicas.yaml
|
||||||
- resources.yaml
|
- resources.yaml
|
Loading…
Reference in a new issue