declare tools (#1)
Reviewed-on: https://gitea.arcodange.duckdns.org/arcodange-org/tools/pulls/1 Co-authored-by: Gabriel Radureau <arcodange@gmail.com> Co-committed-by: Gabriel Radureau <arcodange@gmail.com>
This commit is contained in:
13
tool/templates/_helm-chart-config.yaml
Normal file
13
tool/templates/_helm-chart-config.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
{{- define "tool.helm-chart-config.tpl" -}}
|
||||
{{- $name := .Release.Name -}}
|
||||
{{ with ( .Values.values ) }}
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChartConfig
|
||||
metadata:
|
||||
name: {{ $name }}
|
||||
namespace: tools
|
||||
spec:
|
||||
valuesContent: |-
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user