cluster

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

commit ef2ded2c9cf2c6b8ba7401f8b5d5e99dfdc59037
parent 361f703e1b32ae1cd58a9ae9becab6237230313a
Author: Flux <>
Date:   Mon, 19 Jun 2023 11:03:24 +0200

Add Flux sync manifests
Diffstat:
Mclusters/production/flux-system/gotk-sync.yaml | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/clusters/production/flux-system/gotk-sync.yaml b/clusters/production/flux-system/gotk-sync.yaml @@ -1,6 +1,6 @@ # This manifest was generated by flux. DO NOT EDIT. --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: name: flux-system @@ -13,7 +13,7 @@ spec: name: flux-system url: ssh://git@git.nordgedanken.dev:2222/kubernetes/gitops.git --- -apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 +apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: flux-system @@ -25,7 +25,3 @@ spec: sourceRef: kind: GitRepository name: flux-system - decryption: - provider: sops - secretRef: - name: sops-age