File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
terraform/aws/aws-eks-operator Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # aws-eks-tailscale- operator
1+ # aws-eks-operator
22
33This example creates the following:
44
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ locals {
1717 min_size = 1
1818
1919 # Tailscale Operator configuration
20- operator_name = " ${ local . name } -operator "
20+ operator_name = local. name
2121 operator_version = " 1.92.4"
2222 tailscale_oauth_client_id = var. tailscale_oauth_client_id
2323 tailscale_oauth_client_secret = var. tailscale_oauth_client_secret
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ output "tailscale_operator_namespace" {
1515
1616output "cmd_kubeconfig_tailscale" {
1717 description = " Command to configure kubeconfig for Tailscale access to the EKS cluster"
18- value = " tailscale configure kubeconfig ${ local . operator_name } "
18+ value = " tailscale configure kubeconfig ${ helm_release . tailscale_operator . name } "
1919}
2020
2121output "cmd_kubeconfig_aws" {
You can’t perform that action at this time.
0 commit comments