Christophe Le Guern
Results
2
comments of
Christophe Le Guern
The APP_KEY format is laravel specific with the following format: "base64:yourkey=" You can generate one with the following command: `php artisan key:generate --show` or if you don't have laravel installed:...
I use this in my `.bashrc` file ``` # kubectl autocompletion eval "$(~/.asdf/shims/kubectl completion bash)" ```