Merge branch 'deploy' of https://git.smgames.club/mad-star-studio/hub-site into deploy
Some checks failed
Testing / test (push) Failing after 2m0s
Testing / test (pull_request) Failing after 1m36s

This commit is contained in:
Mrrp 2024-11-18 20:30:36 -08:00
commit 2308a72c7a
3 changed files with 12539 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,27 @@
# This manifest was generated by flux. DO NOT EDIT.
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: deploy
secretRef:
name: flux-system
url: https://git.smgames.club/mad-star-studio/hub-site.git
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 10m0s
path: ./clusters/my-cluster
prune: true
sourceRef:
kind: GitRepository
name: flux-system

View file

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml