3 lines
149 B
Bash
Executable File
3 lines
149 B
Bash
Executable File
kubectl exec -n gitlab pods/$(kubectl get pods -n gitlab -o jsonpath={.items[0].metadata.name}) -- grep Password: /etc/gitlab/initial_root_password
|
|
|