🚀 attic

This commit is contained in:
auricom
2023-10-01 23:53:59 +02:00
parent 3e59cb4c27
commit 25cff0ad81
10 changed files with 506 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
# 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:
- ./externalsecret.yaml
- ./gatus.yaml
- ./helmrelease.yaml
configMapGenerator:
- name: attic-configmap
files:
- ./config/server.toml
generatorOptions:
disableNameSuffixHash: true