20 lines
444 B
YAML
20 lines
444 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
annotations:
|
||
|
meta.helm.sh/release-name: argo1
|
||
|
meta.helm.sh/release-namespace: argocd
|
||
|
labels:
|
||
|
app.kubernetes.io/managed-by: Helm
|
||
|
name: argo1
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: argocd
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: default
|
||
|
source:
|
||
|
path: .
|
||
|
repoURL: https://git.strudelline.net/infra/repo1
|
||
|
targetRevision: HEAD
|