(CI) copy helm config from people

Naive copy of helm config from people repository
to impress repository.
This commit is contained in:
Anthony LC
2024-04-04 11:52:17 +02:00
committed by Anthony LC
parent 409691d466
commit 17729e231b
20 changed files with 1580 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
apiVersion: v2
name: extra
description: A Helm chart to add some manifests to desk
type: application
version: 0.1.0

View File

@@ -0,0 +1,7 @@
apiVersion: core.libre.sh/v1alpha1
kind: Redis
metadata:
name: redis
namespace: {{ .Release.Namespace | quote }}
spec:
disableAuth: false

View File

@@ -0,0 +1,7 @@
apiVersion: core.libre.sh/v1alpha1
kind: Postgres
metadata:
name: postgresql
namespace: {{ .Release.Namespace | quote }}
spec:
database: desk