cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 90c6385528dfd18e0403395940df244b6a157533
parent d1c3d0dfa2866121e72bea70d64b3e78b053a835
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 26 Feb 2024 12:19:01 +0100

Fix authentik

Diffstat:
Mapps/base/authentik/release.yaml | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/apps/base/authentik/release.yaml b/apps/base/authentik/release.yaml @@ -62,11 +62,12 @@ spec: enabled: false redis: enabled: true - tolerations: - - key: arch - operator: Equal - value: arm64 - effect: NoSchedule + global: + tolerations: + - key: arch + operator: Equal + value: arm64 + effect: NoSchedule sops: kms: [] gcp_kms: []