inital commit
This commit is contained in:
7
templates/configmap.yaml
Normal file
7
templates/configmap.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-configmap
|
||||
data:
|
||||
myvalue: "Hello World"
|
||||
drink: {{ .Values.favoriteDrink }}
|
||||
Reference in New Issue
Block a user