Skip to content

Commit

Permalink
fmt jupyter-gpu example
Browse files Browse the repository at this point in the history
  • Loading branch information
remche committed Dec 23, 2021
1 parent 337bc95 commit 5406af2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/jupyterhub-gpu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ module "controlplane" {
rke2_config_file = "server.yaml"
manifests_path = "./manifests"
# Fix for https://github.com/rancher/rke2/issues/1113
additional_san = ["kubernetes.default.svc"]
additional_san = ["kubernetes.default.svc"]
}

module "worker" {
source = "remche/rke2/openstack//modules/agent"
image_name = "fg-services-ubuntu-20.04-x86_64.raw"
nodes_count = 1
name_prefix = "worker"
flavor_name = "g4.xlarge-4xmem"
node_config = module.controlplane.node_config
source = "remche/rke2/openstack//modules/agent"
image_name = "fg-services-ubuntu-20.04-x86_64.raw"
nodes_count = 1
name_prefix = "worker"
flavor_name = "g4.xlarge-4xmem"
node_config = module.controlplane.node_config
}

0 comments on commit 5406af2

Please sign in to comment.