4 lines
171 B
Bash
Executable File
4 lines
171 B
Bash
Executable File
microk8s kubectl create secret generic harbor-credentials \
|
|
--from-file=.dockerconfigjson=/home/ubuntu/.docker/config.json \
|
|
--type=kubernetes.io/dockerconfigjson
|