radius-project / dashboard

Frontend experience for Project Radius
13 stars 5 forks source link

Remove serviceAccountToken and add deploy file #49

Closed AaronCrawfis closed 7 months ago

AaronCrawfis commented 7 months ago

This PR removes the config for Kubernetes serviceAccountToken, because it's expected that the service is running in cluster.

See https://backstage.io/docs/features/kubernetes/configuration/#clustersserviceaccounttoken-optional for more info on in-cluster setups.

rynowak commented 7 months ago

Did you test this? What's the Kubernetes YAML look like to get it running?

AaronCrawfis commented 7 months ago

Did you test this? What's the Kubernetes YAML look like to get it running?

Yep tested and working on my k3s cluster. I added the Kubernetes YAML to the PR as well.

rynowak commented 7 months ago

Looks like you need to format (yarn run format:write).