22 lines
529 B
YAML
22 lines
529 B
YAML
cluster:
|
|
network:
|
|
cni:
|
|
name: none
|
|
proxy:
|
|
disabled: true
|
|
inlineManifests:
|
|
- name: cilium
|
|
contents: |
|
|
--
|
|
# Source: cilium/templates/cilium-agent/serviceaccount.yaml
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: "cilium"
|
|
namespace: kube-system
|
|
---
|
|
# Source: cilium/templates/cilium-operator/serviceaccount.yaml
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
-> Your cilium.yaml file will be pretty long....
|