22 lines
418 B
YAML
22 lines
418 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: postgresql
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
destination:
|
|
server: "https://kubernetes.default.svc"
|
|
namespace: postgres
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
ignoreDifferences:
|
|
- group: ""
|
|
kind: Secret
|
|
name: postgresql
|
|
namespace: postgres
|
|
jsonPointers:
|
|
- /data
|