mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-11 12:41:04 -05:00
cli: disable hubble
This commit is contained in:
parent
f108ff8539
commit
5c0dd5b10c
1 changed files with 12 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ var awsVals = map[string]any{
|
|||
"enabled": true,
|
||||
"type": "wireguard",
|
||||
},
|
||||
"hubble": map[string]any{
|
||||
"enabled": false,
|
||||
},
|
||||
"l7Proxy": false,
|
||||
"ipam": map[string]any{
|
||||
"operator": map[string]any{
|
||||
|
|
@ -54,6 +57,9 @@ var azureVals = map[string]any{
|
|||
"enabled": true,
|
||||
"type": "wireguard",
|
||||
},
|
||||
"hubble": map[string]any{
|
||||
"enabled": false,
|
||||
},
|
||||
"l7Proxy": false,
|
||||
"ipam": map[string]any{
|
||||
"operator": map[string]any{
|
||||
|
|
@ -96,6 +102,9 @@ var gcpVals = map[string]any{
|
|||
"enabled": true,
|
||||
"type": "wireguard",
|
||||
},
|
||||
"hubble": map[string]any{
|
||||
"enabled": false,
|
||||
},
|
||||
"image": map[string]any{
|
||||
"repository": "ghcr.io/3u13r/cilium",
|
||||
"suffix": "",
|
||||
|
|
@ -168,6 +177,9 @@ var qemuVals = map[string]any{
|
|||
"enabled": true,
|
||||
"type": "wireguard",
|
||||
},
|
||||
"hubble": map[string]any{
|
||||
"enabled": false,
|
||||
},
|
||||
"image": map[string]any{
|
||||
"repository": "ghcr.io/3u13r/cilium",
|
||||
"suffix": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue