WIP Readme
This commit is contained in:
parent
b2f132040f
commit
ff18023ed9
10 changed files with 395 additions and 2 deletions
12
repos/helm/bjw-s.yaml
Normal file
12
repos/helm/bjw-s.yaml
Normal 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
|
||||
|
7
repos/helm/kustomization.yaml
Normal file
7
repos/helm/kustomization.yaml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue