Skip to content

Commit

Permalink
pkg/option: Fix default assignment of EnableWellKnownIdentities
Browse files Browse the repository at this point in the history
Fixes: 09d9e1e ("policy: Disable well-known identities for non-managed etcd")

Signed-off-by: Mauricio Vásquez <mauricio@accuknox.com>
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
  • Loading branch information
mauriciovasquezbernal authored and aanm committed Jun 17, 2021
1 parent a38470c commit 67b946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/option/config.go
Expand Up @@ -2011,7 +2011,7 @@ var (
AutoCreateCiliumNodeResource: defaults.AutoCreateCiliumNodeResource,
IdentityAllocationMode: IdentityAllocationModeKVstore,
AllowICMPFragNeeded: defaults.AllowICMPFragNeeded,
EnableWellKnownIdentities: defaults.EnableEndpointRoutes,
EnableWellKnownIdentities: defaults.EnableWellKnownIdentities,
K8sEnableK8sEndpointSlice: defaults.K8sEnableEndpointSlice,
k8sEnableAPIDiscovery: defaults.K8sEnableAPIDiscovery,
AllocatorListTimeout: defaults.AllocatorListTimeout,
Expand Down

0 comments on commit 67b946d

Please sign in to comment.