init
This commit is contained in:
commit
fddad41456
14 changed files with 576 additions and 0 deletions
8
temperature-cronjob/templates/configmap.yaml
Normal file
8
temperature-cronjob/templates/configmap.yaml
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue