feat: Add oc-scheduler component to Helm chart
This commit is contained in:
7
helm/templates/configmap.yml
Normal file
7
helm/templates/configmap.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: oc-scheduler-configmap
|
||||
data:
|
||||
MONGO_DATABASE: "{{ .Values.env.mongoDatabase }}"
|
||||
OCSHARED_MONGOURL: "{{ .Values.env.mongoUrl }}"
|
||||
Reference in New Issue
Block a user