Skip to content

Commit

Permalink
add k3s token env
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards committed Nov 27, 2024
1 parent cbab08e commit 04cacb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func (c *Client) CreateColonyK3sContainer(ctx context.Context, colonyK3sBootstra
env := []string{
fmt.Sprintf("K3S_KUBECONFIG_OUTPUT=%s", colonyKubeconfigPath),
"K3S_KUBECONFIG_MODE=666",
"K3S_TOKEN=thisismyssupersecrettoken",
}

mounts := []mount.Mount{
Expand Down

0 comments on commit 04cacb4

Please sign in to comment.