Add postgresql /w secrets

This commit is contained in:
Ruben Hensen
2024-09-12 13:05:09 +02:00
parent 382ade21c4
commit b5f18ae76a
6 changed files with 1835 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ente-photos-folder
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: ente-photos
destination:
server: https://kubernetes.default.svc
namespace: ente-photos
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true