fix(flux): correct relative paths to apps/ in cluster kustomization
This commit is contained in:
parent
216a363c66
commit
bd389ac480
1 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../nxtgauge-backend-rust/overlays/prod
|
||||
- ../nxtgauge-frontend-solid/overlays/prod
|
||||
- ../nxtgauge-admin-solid/overlays/prod
|
||||
- ../nxtgauge-ai-assistant/overlays/prod
|
||||
- ../ollama/base
|
||||
- ../../apps/nxtgauge-backend-rust/overlays/prod
|
||||
- ../../apps/nxtgauge-frontend-solid/overlays/prod
|
||||
- ../../apps/nxtgauge-admin-solid/overlays/prod
|
||||
- ../../apps/nxtgauge-ai-assistant/overlays/prod
|
||||
- ../../apps/ollama/base
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue