26 lines
513 B
YAML
26 lines
513 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: cilium
|
||
|
namespace: argocd
|
||
|
labels:
|
||
|
kube: core-system
|
||
|
annotations:
|
||
|
avp.kubernetes.io/ignore: "true"
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: kube-system
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: default
|
||
|
source:
|
||
|
repoURL: https://helm.cilium.io/
|
||
|
targetRevision: HEAD
|
||
|
targetRevision: 1.16.2
|
||
|
chart: cilium
|
||
|
|
||
|
# helm:
|
||
|
# values: |
|
||
|
# configs:
|
||
|
# params:
|
||
|
# server.insecure: true
|