Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticaltech committed Sep 28, 2022
2 parents db59dc6 + 8819269 commit a99de47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ module "kube-hetzner" {
# After the cluster is deployed, you can always use HelmChartConfig definition to tweak the configuration.

# Also, you choose to create a hetzner volume to be used with Longhorn. By default, it will use the nodes own storage space, BUT if you an attribute of
# longhorn_volume_size with a value of 10 to 10000 GB to your agent nodepool definition, it will create and use the volume in question.
# longhorn_volume_size (⚠️ not a variable, just a possible agent nodepool attribute) with a value of 10 to 10000 GB to your agent nodepool definition, it will create and use the volume in question.
# See the agent nodepool section for an example of how to do that.

# To disable Hetzner CSI storage, you can set the following to true, default is "false".
Expand Down

0 comments on commit a99de47

Please sign in to comment.