Skip to content

Commit

Permalink
Merge pull request #110 from DFE-Digital/559-add-install-konduit-to-n…
Browse files Browse the repository at this point in the history
…ew-service-template

[559] Add make bin/konduit.sh to new_service template
  • Loading branch information
saliceti authored Sep 27, 2023
2 parents 5499cd4 + cb3b5da commit f415f9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/new_service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,7 @@ production-cluster:

get-cluster-credentials: set-azure-account
az aks get-credentials --overwrite-existing -g ${CLUSTER_RESOURCE_GROUP_NAME} -n ${CLUSTER_NAME}

bin/konduit.sh:
curl -s https://raw.githubusercontent.com/DFE-Digital/teacher-services-cloud/main/scripts/konduit.sh -o bin/konduit.sh \
&& chmod +x bin/konduit.sh

0 comments on commit f415f9b

Please sign in to comment.