feat(flux): каталог repositories и общий источник app-template
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./oci
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://datreeio.github.io/CRDs-catalog/source.toolkit.fluxcd.io/ocirepository_v1.json
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: OCIRepository
|
||||
metadata:
|
||||
name: app-template
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 15m
|
||||
layerSelector:
|
||||
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
||||
operation: copy
|
||||
ref:
|
||||
tag: 5.1.0
|
||||
url: oci://ghcr.io/bjw-s-labs/helm/app-template
|
||||
Reference in New Issue
Block a user