From dc2fd174db07da5af757e3db4c3ddb9514e23139 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 13 Apr 2023 12:14:16 +0000 Subject: [PATCH] add comment with setup instructions as I am lazy to add all the resources [ci skip] --- modules/kubernetes/k8s-dashboard/main.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/kubernetes/k8s-dashboard/main.tf b/modules/kubernetes/k8s-dashboard/main.tf index 9aaf7c50..3ae0b68f 100644 --- a/modules/kubernetes/k8s-dashboard/main.tf +++ b/modules/kubernetes/k8s-dashboard/main.tf @@ -7,6 +7,9 @@ resource "random_password" "csrf_token" { override_special = "_%@" } +# instructions on deploying: +# https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/#accessing-the-dashboard-ui + # module "dashboard" { # # source = "cookielab/dashboard/kubernetes" # source = "ViktorBarzin/dashboard/kubernetes"