
-Add a new stage that install Kubernetes dashboard and saves a file with the access token in the $HOME of the user. -Change config files folder structure. Test Plan: PASS: kubernetes dashboard is successfully initiated PASS: token.txt is sent to $HOME Story: 2005051 Task: 47937 Change-Id: Id5a872e14c2620e6064e8593ce28d177a113ffaf Signed-off-by: Daniel Caires <daniel.caires@encora.com>
13 lines
156 B
YAML
13 lines
156 B
YAML
---
|
|
service:
|
|
type: NodePort
|
|
nodePort: 32000
|
|
|
|
rbac:
|
|
create: true
|
|
clusterAdminRole: true
|
|
|
|
serviceAccount:
|
|
create: true
|
|
name: kubernetes-dashboard
|