Skip to content

Commit 41eac39

Browse files
committed
fix(finish-deployment/deploy.sh): remove extra >
1 parent f404818 commit 41eac39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

finish-deployment/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function generate_edgecluster_csr-approver_kubeconfig() {
108108
# Then, create the ClusterRoleBinding and final kubeconfig
109109
oc --kubeconfig=${EDGE_KUBECONFIG} apply -f ${EDGE_CSR_RESOURCES}
110110
oc --kubeconfig=${SPOKE_KUBECONFIG} adm policy add-cluster-role-to-user ztpfw-csr-approver -z ztpfw-csr-approver -n openshift-infra
111-
oc --kubeconfig=${SPOKE_KUBECONFIG} serviceaccounts create-kubeconfig ztpfw-csr-approver -n openshift-infra > >${EDGE_CSR_KUBECONFIG}
111+
oc --kubeconfig=${SPOKE_KUBECONFIG} serviceaccounts create-kubeconfig ztpfw-csr-approver -n openshift-infra >${EDGE_CSR_KUBECONFIG}
112112
}
113113

114114
function save_files() {

0 commit comments

Comments
 (0)