From ce795067943c2134775e5d7e79fcc5c6beca5870 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Fri, 20 Dec 2024 08:30:38 +0100 Subject: [PATCH] Remove admin token --- templates/galaxy.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/galaxy.yaml b/templates/galaxy.yaml index e11177a..00d9dfb 100644 --- a/templates/galaxy.yaml +++ b/templates/galaxy.yaml @@ -51,10 +51,6 @@ topology_template: description: Size of the root disk of the WNs (in case of 0 disk will no be resized) default: 40 GB - kube_admin_token: - type: string - description: Access Token for the Kubernetes admin user - default: not_very_secret_token kube_version: type: string description: Version of Kubernetes to install @@ -103,7 +99,6 @@ topology_template: properties: admin_username: kubeuser install_nfs_client: true - admin_token: { get_input: kube_admin_token } install_kubeapps: false version: { get_input: kube_version } cri_runtime: docker