From 23de5c89ada92b29cd64289a552abc4c2fcb47e3 Mon Sep 17 00:00:00 2001
From: Dung Vu <dvu@csusb.edu>
Date: Mon, 13 Mar 2023 13:36:31 -0700
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea9f985..6e7cdff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,9 @@ image:
 
 deploy-helm:
   script:
+    - kubectl config view
+    - kubectl version
+    - kubectl cluster-info
     - apk add gettext
     - envsubst < values.template.yaml > values.yaml
     - helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
-- 
GitLab