Skip to content

Commit

Permalink
Remove admin token
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 20, 2024
1 parent 9f0b455 commit ce79506
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/galaxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ce79506

Please sign in to comment.