From 862e054182e0f9fa45ad87a37097acd7b24b008d Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 15 Aug 2021 01:21:23 +0200
Subject: [PATCH] chore(infrastructure): Reorder some infrastructure resources

This patch does basically nothing but cosmetics to the order of
inclusion for flux resources.
---
 infrastructure/kustomization.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml
index 7cb063434..9d0a228cd 100644
--- a/infrastructure/kustomization.yaml
+++ b/infrastructure/kustomization.yaml
@@ -2,9 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
 resources:
   - sources
-  - rook
+  - cert-manager
   - namespace-configuration
+  - rook
   - postgres
   - openshift-monitoring
-  - cert-manager
 
-- 
GitLab