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 #!/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 interval: 10m0s
dependsOn: dependsOn:
- name: core - name: core
path: ./cluster/apps path: ./flux/cluster/apps
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository

View file

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

View file

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

View file

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

View file

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