From a44cf6f86f5cce75e92ef6d79a395df9b7bd520c Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Sun, 21 Nov 2021 13:49:39 +0100 Subject: [PATCH] flux: fix path --- flux/bootstrap.sh | 2 +- flux/cluster/base/apps.yaml | 2 +- flux/cluster/base/core.yaml | 2 +- flux/cluster/base/crds.yaml | 2 +- flux/cluster/base/flux-system/gotk-sync.yaml | 2 +- .../image-update-automation/image-update-automation.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flux/bootstrap.sh b/flux/bootstrap.sh index 90d7b4a..b5d0502 100755 --- a/flux/bootstrap.sh +++ b/flux/bootstrap.sh @@ -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 diff --git a/flux/cluster/base/apps.yaml b/flux/cluster/base/apps.yaml index 71aa43d..cd4f768 100644 --- a/flux/cluster/base/apps.yaml +++ b/flux/cluster/base/apps.yaml @@ -8,7 +8,7 @@ spec: interval: 10m0s dependsOn: - name: core - path: ./cluster/apps + path: ./flux/cluster/apps prune: true sourceRef: kind: GitRepository diff --git a/flux/cluster/base/core.yaml b/flux/cluster/base/core.yaml index 17c7870..51375b4 100644 --- a/flux/cluster/base/core.yaml +++ b/flux/cluster/base/core.yaml @@ -8,7 +8,7 @@ spec: interval: 10m0s dependsOn: - name: crds - path: ./cluster/core + path: ./flux/cluster/core prune: false sourceRef: kind: GitRepository diff --git a/flux/cluster/base/crds.yaml b/flux/cluster/base/crds.yaml index c938c9b..cf080f8 100644 --- a/flux/cluster/base/crds.yaml +++ b/flux/cluster/base/crds.yaml @@ -6,7 +6,7 @@ metadata: namespace: flux-system spec: interval: 10m0s - path: ./cluster/crds + path: ./flux/cluster/crds prune: false sourceRef: kind: GitRepository diff --git a/flux/cluster/base/flux-system/gotk-sync.yaml b/flux/cluster/base/flux-system/gotk-sync.yaml index 3be41ed..ba2e481 100644 --- a/flux/cluster/base/flux-system/gotk-sync.yaml +++ b/flux/cluster/base/flux-system/gotk-sync.yaml @@ -20,7 +20,7 @@ metadata: namespace: flux-system spec: interval: 10m0s - path: ./cluster/base + path: ./flux/cluster/base prune: true sourceRef: kind: GitRepository diff --git a/flux/cluster/base/flux-system/image-update-automation/image-update-automation.yaml b/flux/cluster/base/flux-system/image-update-automation/image-update-automation.yaml index 2c8d235..e140eb7 100644 --- a/flux/cluster/base/flux-system/image-update-automation/image-update-automation.yaml +++ b/flux/cluster/base/flux-system/image-update-automation/image-update-automation.yaml @@ -20,5 +20,5 @@ spec: push: branch: main update: - path: ./cluster/ + path: ./flux/cluster/ strategy: Setters