postgres-operator installed and worked, forgot to commit to disk
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
d6e692722a
commit
8dd3696400
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: postgres-operator
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: postgres-operator
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: infra
|
||||||
|
source:
|
||||||
|
chart: postgres-operator
|
||||||
|
repoURL: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
|
||||||
|
targetRevision: 1.10.1
|
Loading…
Reference in New Issue