Add patches to gotk stuff

This commit is contained in:
Pavle Portic 2023-02-23 15:59:46 +01:00
parent dcb410e1ea
commit 1055c6f79b
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 1m0s
prune: false
force: true

View File

@ -3,3 +3,5 @@ kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
patches:
- gotk-patches.yaml