Skip to content

Commit

Permalink
parametrize GKE cluster version
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Jan 24, 2025
1 parent 33fa160 commit f4033aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir /helm-go-lib-build && \
cd /helm-go-lib-build && \
git clone https://github.com/broadinstitute/helm-scala-sdk.git && \
cd helm-scala-sdk && \
git checkout AN-347-update-go-again && \
git checkout master && \
cd helm-go-lib && \
go build -o libhelm.so -buildmode=c-shared main.go

Expand Down
3 changes: 3 additions & 0 deletions http/src/main/resources/leo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ gce {
}

gke {
cluster {
version = ${?KUBERNETES_VERSION}
}
galaxyApp {
postgres.password = ${?GALAXY_POSTGRES_PASSWORD}
orchUrl = ${?ORCH_URL}
Expand Down

0 comments on commit f4033aa

Please sign in to comment.