100 lines
2.4 KiB
Go Template
100 lines
2.4 KiB
Go Template
{{- define "custom.repository.organization" -}}
|
|
octocloudlab
|
|
{{- end -}}
|
|
|
|
{{- define "custom.repository.url" -}}
|
|
https://teapot.octopusx.de/octocloudlab/library-chart
|
|
{{- end -}}
|
|
|
|
{{- define "custom.helm.url" -}}
|
|
https://teapot.octopusx.de/api/packages/octocloudlab/helm
|
|
{{- end -}}
|
|
|
|
{{- define "custom.helm.path" -}}
|
|
{{ template "custom.repository.organization" . }}/{{ template "chart.name" . }}
|
|
{{- end -}}
|
|
|
|
{{- define "custom.notes" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom.requirements" -}}
|
|
## Requirements
|
|
|
|
{{ template "chart.kubeVersionLine" . }}
|
|
{{- end -}}
|
|
|
|
{{- define "custom.dependencies" -}}
|
|
## Dependencies
|
|
|
|
{{ template "chart.requirementsTable" . }}
|
|
{{- end -}}
|
|
|
|
{{- define "custom.install" -}}
|
|
## Installing the Chart
|
|
|
|
This is a [Helm Library Chart](https://helm.sh/docs/topics/library_charts/#helm).
|
|
|
|
**WARNING: THIS CHART IS NOT MEANT TO BE INSTALLED DIRECTLY**
|
|
{{- end -}}
|
|
|
|
{{- define "custom.usage" -}}
|
|
{{- end -}}
|
|
|
|
{{- define "custom.configuration.header" -}}
|
|
## Configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.configuration.readValues" -}}
|
|
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
|
{{- end -}}
|
|
|
|
{{- define "custom.valuesSection" -}}
|
|
## Values
|
|
|
|
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://teapot.octopusx.de/octocloudlab/library-chart)
|
|
|
|
{{ template "chart.valuesTable" . }}
|
|
{{- end -}}
|
|
|
|
{{- define "custom.support" -}}
|
|
## Support
|
|
|
|
This project is written for personal use, but provided publicly with no guarantees or support.
|
|
|
|
If you would like to ask a question you can find all of the way to contact me on my landing page: [https://blog.octopusx.de](https://blog.octopusx.de)
|
|
|
|
{{- end -}}
|
|
|
|
{{ template "chart.header" . }}
|
|
|
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
{{ template "custom.notes" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "custom.requirements" . }}
|
|
|
|
{{ template "custom.dependencies" . }}
|
|
|
|
{{ template "custom.install" . }}
|
|
|
|
{{ template "custom.usage" . }}
|
|
|
|
{{ template "custom.configuration.header" . }}
|
|
|
|
{{ template "custom.configuration.readValues" . }}
|
|
|
|
{{ template "custom.custom.configuration" . }}
|
|
|
|
{{ template "custom.valuesSection" . }}
|
|
|
|
{{ template "custom.changelog" . }}
|
|
|
|
{{ template "custom.support" . }}
|
|
|
|
{{ template "helm-docs.versionFooter" . }}
|
|
{{ "" }}
|