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:
|
resources:
|
||||||
- cilium.yaml
|
- cilium.yaml
|
||||||
|
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- path: patch.yaml
|
- path: patch.yaml
|
||||||
target:
|
target:
|
||||||
version: v1
|
version: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
name: cilium-config
|
name: cilium-config
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /data/cluster-pool-ipv4-cidr
|
path: /data/cluster-pool-ipv4-cidr
|
||||||
value: "{{ kubernetes_pod_network.cidr }}"
|
value: "{{ kubernetes_pod_network.cidr }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user