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