20 lines
415 B
YAML
20 lines
415 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: argocd
|
||
|
namespace: argocd
|
||
|
labels:
|
||
|
apps: utilities
|
||
|
annotations:
|
||
|
avp.kubernetes.io/ignore: "true"
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: argocd
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: default
|
||
|
source:
|
||
|
repoURL: https://argoproj.github.io/argo-helm
|
||
|
targetRevision: HEAD
|
||
|
targetRevision: 5.52.1
|
||
|
chart: argo-cd
|