19 lines
419 B
YAML
19 lines
419 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: test-apps
|
||
|
namespace: platform
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: default
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: default
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|
||
|
source:
|
||
|
path: manifests/postgresql-15.5.21.tgz
|
||
|
repoURL: https://gitea.badhouseplants.net/allanger/k8s-deployment.git
|
||
|
targetRevision: main
|
||
|
helm: {}
|