We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e62128 commit 7533222Copy full SHA for 7533222
applications/wg-easy/Taskfile.yaml
@@ -16,12 +16,12 @@ vars:
16
REPLICATED_LICENSE_ID: '{{.REPLICATED_LICENSE_ID}}'
17
18
# Cluster configuration
19
- CLUSTER_NAME: '{{.CLUSTER_NAME | default "test-cluster"}}'
+ CLUSTER_NAME: '{{.CLUSTER_NAME | default (printf "%s-cluster" (or (env "USER") "wg-easy-dev"))}}'
20
K8S_VERSION: '{{.K8S_VERSION | default "1.32.2"}}'
21
DISK_SIZE: '{{.DISK_SIZE | default "100"}}'
22
INSTANCE_TYPE: '{{.INSTANCE_TYPE | default "r1.small"}}'
23
DISTRIBUTION: '{{.DISTRIBUTION | default "k3s"}}'
24
- KUBECONFIG_FILE: './{{.CLUSTER_NAME}}.kubeconfig'
+ KUBECONFIG_FILE: './test-cluster.kubeconfig'
25
26
# Ports configuration
27
EXPOSE_PORTS:
0 commit comments