Switch iDRAC6 chart to k8s-at-home common chart (#27)

* Switch iDRAC6 chart to k8s-at-home common chart base

* Add test values and CT updates

* Update build workflows

* Switch to k3d

* Try and work out testing issue

* Try hard specifying the config

* Move ct to github folder

* Remove timeout

* Correct config file path
This commit is contained in:
2021-12-04 20:17:00 +00:00
committed by GitHub
parent bc3c1fa17b
commit e259457f30
21 changed files with 362 additions and 554 deletions

View File

@@ -0,0 +1,9 @@
{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
N/A
{{- end -}}