iits-consulting / charts

Common helm charts we use
GNU General Public License v3.0
14 stars 7 forks source link

admin-dashboard: overhaul #5

Closed mattiascockburn closed 1 year ago

mattiascockburn commented 1 year ago
victorgetz commented 1 year ago

if i apply it i get this error:

one or more objects failed to apply, reason: ConfigMap "admin-dashboard" is invalid: metadata.annotations: Too long: must have at most 262144 bytes,Deployment.apps "admin-dashboard" is invalid:

victorgetz commented 1 year ago

I would make the index.html configurable because the links needs to flexible

mattiascockburn commented 1 year ago

I would make the index.html configurable because the links needs to flexible

The website is overridable through an entry in the values file. Only if that value is empty the template will inject the default HTML file.

mattiascockburn commented 1 year ago

if i apply it i get this error:

one or more objects failed to apply, reason: ConfigMap "admin-dashboard" is invalid: metadata.annotations: Too long: must have at most 262144 bytes,Deployment.apps "admin-dashboard" is invalid:

That's indeed a problem. I wanted to deploy all necessary resources 'locally', so that viewing the admin page won´t trigger downloads from remote sites. If that is not a concern we could reference external CDN sites for material CSS and such. Opinions?