at work
This commit is contained in:
8
chart/templates/configmap.yaml
Normal file
8
chart/templates/configmap.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
namespace: {{ .Release.Namespace }}
|
||||
name: cworker-config
|
||||
data:
|
||||
cworker.conf: |-
|
||||
port = {{ .Values.cworker.service.port }}
|
||||
Reference in New Issue
Block a user