diff --git a/samples/configuration1.yaml b/samples/configuration1.yaml new file mode 100644 index 0000000000..f92a6e356b --- /dev/null +++ b/samples/configuration1.yaml @@ -0,0 +1,16 @@ +apiVersion: networking.liqo.io/v1alpha1 +kind: Configuration +metadata: + name: configuration-sample +spec: + local: + cidr: + external: fake-external-cidr + pod: fake-external-pod-cidr + remote: + cidr: + external: fake-remote-external-cidr + pod: fake-remote-pod- + + +