feat: opengist

This commit is contained in:
auricom
2025-07-21 23:45:59 +02:00
parent 4043fa12e9
commit b100a7911e
5 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ./helmrelease.yaml
configMapGenerator:
- name: opengist-configmap
files:
- ./config/config.yaml
generatorOptions:
disableNameSuffixHash: true