inital commit

This commit is contained in:
domrichardson
2026-03-20 14:53:29 +00:00
commit b7f0e8383f
12 changed files with 433 additions and 0 deletions

7
templates/configmap.yaml Normal file
View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-configmap
data:
myvalue: "Hello World"
drink: {{ .Values.favoriteDrink }}