typos
This commit is contained in:
parent
a94b879d7a
commit
585e1b64b2
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if (.Values.hookTemplate) }}
|
{{- if (.Values.hookTemplate) }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "gha-runner-scale-set.hookTemplate" . }}
|
name: {{ include "gha-runner-scale-set.hookTemplate" . }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
|
|
@ -9,6 +9,6 @@ metadata:
|
||||||
finalizers:
|
finalizers:
|
||||||
- actions.github.com/cleanup-protection
|
- actions.github.com/cleanup-protection
|
||||||
data:
|
data:
|
||||||
hookTemplate.yaml:
|
hookTemplate.yaml: |
|
||||||
{{- .Values.hookTemplate | toYaml | nindent 4 -}}
|
{{- .Values.hookTemplate | toYaml | nindent 4 -}}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue