1
0
mirror of synced 2026-02-07 03:05:56 +00:00

fix: revert azure patch and fix the order parameters in the function

Signed-off-by: Marco Amador <amador.marco@gmail.com>
This commit is contained in:
Marco Amador
2021-03-18 16:36:49 +00:00
parent 585b97c462
commit e6132e36ba
4 changed files with 7 additions and 14 deletions

View File

@@ -47,9 +47,9 @@ spec:
apply-secret() {
/kbin/kubectl create secret docker-registry "${1}" \
--docker-server="${2}" \
--docker-password="${2}" \
--docker-username="${3}" \
--docker-password="${4}" \
--docker-server="${4}" \
--dry-run=client -o=yaml \
| grep -v "creationTimestamp:" \
| /kbin/kubectl apply -f -