14 lines
303 B
YAML
14 lines
303 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: 4ga
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: 4ga
|
|
server: https://kubernetes.default.svc
|
|
project: apps
|
|
source:
|
|
path: helm-chart
|
|
repoURL: https://github.com/RARgames/4gaBoards.git
|
|
targetRevision: HEAD
|