Skip to content

Commit fc26c14

Browse files
authored
Merge branch 'main' into reenable-workers
2 parents 1837167 + d9555f2 commit fc26c14

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.4.1](https://github.com/rh-ecosystem-edge/ztp-pipeline-relocatable/compare/1.4.0...1.4.1) (2022-05-17)
2+
3+
### Bug Fixes
4+
5+
- **finish-deployment/deploy.sh:** remove extra > ([41eac39](https://github.com/rh-ecosystem-edge/ztp-pipeline-relocatable/commit/41eac39928949a64ecc28f0c32fe823698b8d063))
6+
17
# [1.4.0](https://github.com/rh-ecosystem-edge/ztp-pipeline-relocatable/compare/1.3.1...1.4.0) (2022-05-17)
28

39
### Features

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)