summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-08-04 07:03:08 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-08-04 07:03:08 +0200
commit7db810c19e0e586a29a2c7d57d2e60f6ba9aa131 (patch)
treec50e8eea2b4cc65b3f368ad50304b74ff61ed5de /playbooks.d/k3s-master
parentf38173afceab0fd220105baab70ea9c5cb162e34 (diff)
Rectify same infrastructure typo for edephas
Diffstat (limited to 'playbooks.d/k3s-master')
-rw-r--r--playbooks.d/k3s-master/share/manifests/clusters/edephas.tyil.net/infrastructure-sources.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks.d/k3s-master/share/manifests/clusters/edephas.tyil.net/infrastructure-sources.yaml b/playbooks.d/k3s-master/share/manifests/clusters/edephas.tyil.net/infrastructure-sources.yaml
index 4ad26d7..eda76f3 100644
--- a/playbooks.d/k3s-master/share/manifests/clusters/edephas.tyil.net/infrastructure-sources.yaml
+++ b/playbooks.d/k3s-master/share/manifests/clusters/edephas.tyil.net/infrastructure-sources.yaml
@@ -11,7 +11,7 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
- path: ./playbooks.d/k3s-master/share/manifests/infrastructure-sources
+ path: ./playbooks.d/k3s-master/share/manifests/infrastructure/sources
prune: true
wait: true
...