Skip to content

Commit

Permalink
fixed tls-san example values
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Jan 17, 2025
1 parent edeb0f8 commit 897e3dd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cluster:
# service-cidr: 10.43.0.0/16 # https://docs.rke2.io/networking/basic_network_options
docker: false
# token: ''
# tls-san:
# tls_san:
# - url
# - ip
# disable:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cluster:
# service-cidr: 10.43.0.0/16 # https://docs.rke2.io/networking/basic_network_options
docker: false
# token: ''
# tls-san:
# tls_san:
# - url
# - ip
# disable:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-digitalocean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cluster:
# service-cidr: 10.43.0.0/16 # https://docs.rke2.io/networking/basic_network_options
docker: false
# token: ''
# tls-san:
# tls_san:
# - url
# - ip
# disable:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-elemental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cluster:
# service-cidr: 10.43.0.0/16 # https://docs.rke2.io/networking/basic_network_options
docker: false
# token: ''
# tls-san:
# tls_san:
# - url
# - ip
# disable:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-harvester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cluster:
# service-cidr: 10.43.0.0/16 # https://docs.rke2.io/networking/basic_network_options
docker: false
# token: ''
# tls-san:
# tls_san:
# - url
# - ip
# disable:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values-vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cluster:
# service-cidr: 10.43.0.0/16 # https://docs.rke2.io/networking/basic_network_options
docker: false
# token: ''
# tls-san:
# tls_san:
# - url
# - ip
# disable:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cluster:
# service-cidr: 10.43.0.0/16 # https://docs.rke2.io/networking/basic_network_options
docker: false
# token: ''
# tls-san:
# tls_san:
# - url
# - ip
# disable:
Expand Down

0 comments on commit 897e3dd

Please sign in to comment.