Files
k8scd/ente-photos/helm-postgres.yaml
T
Ruben Hensen b31f73b809 typo
2024-09-12 13:08:29 +02:00

25 lines
633 B
YAML

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