Readme Updates

This commit is contained in:
Jamie Land 2025-03-18 12:13:02 -04:00
parent 1bc1f08037
commit 8a61e028da
4 changed files with 102 additions and 56 deletions

View file

@ -1,3 +1,4 @@
{{- if .Values.customRunConfig }}
apiVersion: v1
kind: ConfigMap
metadata:
@ -5,3 +6,4 @@ metadata:
data:
run.yaml: |-
{{- .Files.Get "files/run.yaml" | nindent 4 }}
{{- end }}