This commit is contained in:
Waylon S. Walker 2024-09-23 10:06:32 -05:00
commit fddad41456
14 changed files with 576 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# templates/configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-script
data:
temperature_fetcher.py: |
{{ .Files.Get "temperature_fetcher.py" | indent 4 }}