Last active
July 10, 2021 08:28
-
-
Save jengo/1ead1a31ad547b3c85f443b2b28d7da7 to your computer and use it in GitHub Desktop.
ArgoCD deploy zalando/postgres-operator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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