charts: add generic postgres
Anirudh Oppiliappan x@icyphox.sh
Sun, 14 Jul 2024 12:08:47 +0300
1 files changed,
10 insertions(+),
0 deletions(-)
jump to
A
charts/postgres.yaml
@@ -0,0 +1,10 @@
+apiVersion: helm.cattle.io/v1 +kind: HelmChart +metadata: + name: postgres + namespace: default +spec: + chart: oci://registry-1.docker.io/bitnamicharts/postgresql + targetNamespace: default + valuesContent: |- + fullnameOverride: postgres