Add custom pw wp

This commit is contained in:
Ruben Hensen
2025-03-13 11:11:06 +01:00
parent f3f337ff7b
commit 7bce445878
18 changed files with 46 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: helm-postgresql
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
project: default
sources:
- chart: postgresql
repoURL: registry-1.docker.io/bitnamicharts
targetRevision: 15.5.29
helm:
valueFiles:
- $values/ente-photos/postgres-values.yaml
- repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: ente-photos