5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
kubectl create secret generic nexus-credentials \
|
|
--from-literal=username=admin \
|
|
--from-literal=password='Nexus01@' \
|
|
-n argo
|