mirror of
https://github.com/zoriya/snow.git
synced 2026-08-05 22:08:55 +00:00
28 lines
529 B
YAML
28 lines
529 B
YAML
kind: Namespace
|
|
apiVersion: v1
|
|
metadata:
|
|
name: postgres
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: postgres
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: postgres
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
source:
|
|
repoURL: https://cloudnative-pg.github.io/charts
|
|
chart: cloudnative-pg
|
|
targetRevision: v0.24.0
|
|
helm:
|
|
valuesObject: {}
|