Skip to content

Commit

Permalink
hubble: set the same user as in Cilium helm charts
Browse files Browse the repository at this point in the history
The image build of hubble-backend sets the owner of gops directory with
the uid of 1001. Thus we should have the same uid set in the hubble-ui
deployment.

Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm committed Apr 30, 2021
1 parent 8e4ea67 commit 37d6bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubble/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
var (
hubbleUIReplicas = int32(1)
hubbleUIPortIntstr = intstr.FromInt(8081)
hubbleUIUser = int64(10001)
hubbleUIUser = int64(1001)
)

var hubbleUIClusterRole = &rbacv1.ClusterRole{
Expand Down

0 comments on commit 37d6bd6

Please sign in to comment.