Disable encryption

This commit is contained in:
Nils Hanke 2022-12-21 19:48:13 +01:00
parent 08baebbe62
commit 9bfdce096c
3 changed files with 5 additions and 18 deletions

View file

@ -49,8 +49,7 @@ var azureVals = map[string]any{
"enabled": true,
},
"encryption": map[string]any{
"enabled": true,
"type": "wireguard",
"enabled": false,
},
"l7Proxy": false,
"ipam": map[string]any{