WIP Readme

This commit is contained in:
Baptiste Bonnot 2024-10-25 17:49:08 +02:00
parent b2f132040f
commit ff18023ed9
10 changed files with 395 additions and 2 deletions

12
repos/helm/bjw-s.yaml Normal file
View file

@ -0,0 +1,12 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: bjw-s
namespace: ${REPOS_NAME}-ns
spec:
type: oci
interval: 5m
url: oci://ghcr.io/bjw-s/helm

View file

@ -0,0 +1,7 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./bjw-s.yaml