#!/bin/bash
kubectl create secret docker-registry harbor-registry --docker-server=harbor  --docker-username=admin --docker-password=$ls_harborpasswd1 -n ztxycluster

