Skip to content

Commit

Permalink
Unify reference to project name
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Sep 4, 2022
1 parent f548e6a commit 9481087
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fltk-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ fltk:
workDir: /opt/federation-lab
provider:
domain: gcr.io
projectName: test-bed-distml
projectName: test-bed-fltk
imageName: fltk:latest
2 changes: 1 addition & 1 deletion configs/example_cloud_experiment.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prefix": "client",
"tensorboard_active": false
},
"image": "gcr.io/test-bed-distml/fltk:latest",
"image": "gcr.io/test-bed-fltk/fltk:latest",
"namespace": "test"
},
"execution_config": {
Expand Down
2 changes: 1 addition & 1 deletion terraform/terraform-dependencies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "kubernetes_config_path" {

variable "project_id" {
type = string
default = "qpecs-fltk-2022"
default = "test-bed-fltk"
description = "Google Cloud project name to create cluster in."
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/terraform-gke/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "kubernetes_version" {

variable "project_id" {
type = string
default = "qpecs-fltk-2022"
default = "test-bed-fltk"
description = "Google Cloud project name to create cluster in."
}

Expand Down

0 comments on commit 9481087

Please sign in to comment.