Skip to content

Commit

Permalink
Add missing | in instructions (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittel authored Apr 29, 2022
1 parent 0fea5e5 commit c15dd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06-aks-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Now that your [ACR instance is deployed and ready to support cluster bootstrappi
sed "s#<tenant-id-with-user-admin-permissions>#${TENANTID_K8SRBAC_AKS_BASELINE}#g" | \
sed "s#<azure-ad-aks-admin-group-object-id>#${AADOBJECTID_GROUP_CLUSTERADMIN_AKS_BASELINE}#g" | \
sed "s#<azure-ad-aks-a0008-group-object-id>#${AADOBJECTID_GROUP_A0008_READER_AKS_BASELINE}#g" | \
sed "s#<domain-name>#${DOMAIN_NAME_AKS_BASELINE}#g" \
sed "s#<domain-name>#${DOMAIN_NAME_AKS_BASELINE}#g" | \
sed "s#<bootstrapping-repo-https-url>#${GITOPS_REPOURL}#g" \
> .github/workflows/aks-deploy.yaml
```
Expand Down

0 comments on commit c15dd2d

Please sign in to comment.