5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
kubectl create secret generic gitea-creds \
|
|
--from-literal=username=allard \
|
|
--from-literal=password='Gitea01@' \
|
|
-n argo
|