Skip to content

Instantly share code, notes, and snippets.

@jengo
Last active July 10, 2021 08:28
Show Gist options
  • Save jengo/1ead1a31ad547b3c85f443b2b28d7da7 to your computer and use it in GitHub Desktop.
Save jengo/1ead1a31ad547b3c85f443b2b28d7da7 to your computer and use it in GitHub Desktop.
ArgoCD deploy zalando/postgres-operator
# This manifest written by Jolene Engo <[email protected]>
kind: Application
metadata:
name: postgres-operator
namespace: argocd
spec:
destination:
namespace: postgres-operator
server: https://kubernetes.default.svc
project: infrastructure
source:
chart: postgres-operator
repoURL: https://raw.githubusercontent.com/zalando/postgres-operator/master/charts/postgres-operator/
targetRevision: 1.6.3
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment