gitea-act-runner: bump to v0.1.8, helm chart v0.1.0
This commit is contained in:
14
gitea-act-runner/templates/configmap.yaml
Normal file
14
gitea-act-runner/templates/configmap.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
{{- if .Values.configAsCode.enabled }}
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{ include "gitea-act-runner.fullname" . }}
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ include "gitea-act-runner.name" . }}
|
||||
helm.sh/chart: {{ include "gitea-act-runner.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
data:
|
||||
config.yaml: |
|
||||
{{- toYaml .Values.configAsCode.config | nindent 4 }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user