From 5787d3a88a7434e0ddc49ad23ecb21fe693e0389 Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 20 Mar 2022 19:49:32 +0100 Subject: [PATCH] fix --- bootstrap/boot.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bootstrap/boot.yaml b/bootstrap/boot.yaml index a5b41fd9..c38845bf 100644 --- a/bootstrap/boot.yaml +++ b/bootstrap/boot.yaml @@ -31,8 +31,9 @@ spec: ignore: | # exclude all /* - # include heqet userdata + # include heqet userdata & bootstrap config # These are the directories/files your repo needs to include: + !/bootstrap !/projects !/resources !/values.yaml @@ -66,7 +67,7 @@ spec: # Finally, we are able to create a HelmRelease based on the upper GitRepositories. # This will bootstrap the Heqet Magic, also known as "app-of-apps"-Pattern ---- +--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: @@ -81,8 +82,8 @@ spec: kind: GitRepository name: heqet namespace: flux-system - valuesFrom: - - heqet/values.yaml + valuesFiles: + - heqet/values.yaml interval: 5m install: remediation: