mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-08-01 13:49:01 +02:00
fix lint
This commit is contained in:
parent
e43da173b4
commit
527a04ceda
@ -1,9 +1,10 @@
|
||||
---
|
||||
resources:
|
||||
- cilium.yaml
|
||||
- cilium.yaml
|
||||
|
||||
patchesJson6902:
|
||||
- path: patch.yaml
|
||||
target:
|
||||
version: v1
|
||||
kind: ConfigMap
|
||||
name: cilium-config
|
||||
- path: patch.yaml
|
||||
target:
|
||||
version: v1
|
||||
kind: ConfigMap
|
||||
name: cilium-config
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
- op: replace
|
||||
path: /data/cluster-pool-ipv4-cidr
|
||||
value: "{{ kubernetes_pod_network.cidr }}"
|
||||
|
Loading…
Reference in New Issue
Block a user