flux: fix path

This commit is contained in:
Vivian 2021-11-21 13:49:39 +01:00
parent 55e9426514
commit a44cf6f86f
No known key found for this signature in database
GPG key ID: A3923C699D1A3BDA
6 changed files with 6 additions and 6 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
flux bootstrap git --url=ssh://git@git.xirion.net:2222/0x76/infrastructure.git --branch=main --path=cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller
flux bootstrap git --url=ssh://git@git.xirion.net:2222/0x76/infrastructure.git --branch=main --path=flux/cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller

View file

@ -8,7 +8,7 @@ spec:
interval: 10m0s
dependsOn:
- name: core
path: ./cluster/apps
path: ./flux/cluster/apps
prune: true
sourceRef:
kind: GitRepository

View file

@ -8,7 +8,7 @@ spec:
interval: 10m0s
dependsOn:
- name: crds
path: ./cluster/core
path: ./flux/cluster/core
prune: false
sourceRef:
kind: GitRepository

View file

@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 10m0s
path: ./cluster/crds
path: ./flux/cluster/crds
prune: false
sourceRef:
kind: GitRepository

View file

@ -20,7 +20,7 @@ metadata:
namespace: flux-system
spec:
interval: 10m0s
path: ./cluster/base
path: ./flux/cluster/base
prune: true
sourceRef:
kind: GitRepository

View file

@ -20,5 +20,5 @@ spec:
push:
branch: main
update:
path: ./cluster/
path: ./flux/cluster/
strategy: Setters