parent
314bb570c9
commit
658fd51d3a
3 changed files with 62 additions and 2 deletions
postgres-operator
16
postgres-operator/app.yaml
Normal file
16
postgres-operator/app.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: postgres-operator
|
||||
namespace: argo-system
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
project: infrastructure
|
||||
source:
|
||||
path: postgres-operator
|
||||
repoURL: https://code.icb4dc0.de/infrastructure/apps.git
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
Loading…
Add table
Add a link
Reference in a new issue