cluster

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

commit 4160b8560b67c284a47a3821cc1d8ec5a3014482
parent 43150715ab43353cfa434f3b27168cde2b323231
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 30 Jan 2024 00:11:47 +0100

Fix pg operator

Diffstat:
Mapps/base/postgres-operator/release.yaml | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/apps/base/postgres-operator/release.yaml b/apps/base/postgres-operator/release.yaml @@ -19,12 +19,12 @@ spec: crds: Create upgrade: crds: CreateReplace - values: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" + # values: + # tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease