ci: add back missing molecule templates
This commit is contained in:
parent
93908bab91
commit
180644e421
21
molecule/default/templates/calico-installation.yaml.j2
Normal file
21
molecule/default/templates/calico-installation.yaml.j2
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
apiVersion: operator.tigera.io/v1
|
||||||
|
kind: Installation
|
||||||
|
metadata:
|
||||||
|
name: default
|
||||||
|
spec:
|
||||||
|
calicoNetwork:
|
||||||
|
ipPools:
|
||||||
|
- blockSize: 26
|
||||||
|
cidr: "10.42.0.0/16"
|
||||||
|
encapsulation: "VXLANCrossSubnet"
|
||||||
|
natOutgoing: Enabled
|
||||||
|
nodeSelector: all()
|
||||||
|
nodeMetricsPort: 9091
|
||||||
|
typhaMetricsPort: 9093
|
||||||
|
---
|
||||||
|
apiVersion: operator.tigera.io/v1
|
||||||
|
kind: APIServer
|
||||||
|
metadata:
|
||||||
|
name: default
|
||||||
|
spec: {}
|
Loading…
Reference in New Issue
Block a user