mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
25 lines
633 B
YAML
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 |