16 lines
324 B
YAML
16 lines
324 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: minecraft
|
|
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://itzg.github.io/minecraft-server-charts
|
|
chart: minecraft
|
|
targetRevision: 5.0.0
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: test
|
|
syncPolicy: {}
|