2024-01-07 19:23:03 -05:00
|
|
|
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
|
2024-01-19 10:19:04 -05:00
|
|
|
|
|
|
|
helm:
|
|
|
|
values: |
|
|
|
|
configs:
|
|
|
|
params:
|
|
|
|
server.insecure: true
|