From aa25c7c91c8d5629c211cf70d027c81634683f68 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 25 Nov 2021 15:21:33 +0100 Subject: [PATCH] Sort included files in kustomization --- flux2/infrastructure/sources/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux2/infrastructure/sources/kustomization.yaml b/flux2/infrastructure/sources/kustomization.yaml index 8832ade33..a689331ff 100644 --- a/flux2/infrastructure/sources/kustomization.yaml +++ b/flux2/infrastructure/sources/kustomization.yaml @@ -4,6 +4,7 @@ kind: Kustomization namespace: flux-system resources: - bitnami.yaml + - dashboard.yaml - grafana.yaml - ingress-nginx.yaml - jetstack.yaml @@ -17,4 +18,3 @@ resources: - wikimedia.yaml - wordpress.yaml - zulip.yaml - - dashboard.yaml -- GitLab