Skip to content

Commit

Permalink
fix azure enable strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Nov 2, 2023
1 parent 1d86f33 commit ed4e9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/helm/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var ciliumVals = map[string]map[string]any{
"type": "wireguard",
"nodeEncryption": true,
"strictMode": map[string]any{
"enabled": false,
"enabled": true,
"allowRemoteNodeIdentities": false,
},
},
Expand Down

0 comments on commit ed4e9f3

Please sign in to comment.