Skip to content

Commit

Permalink
add a default configmap (kubeflow#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoPeng committed Nov 27, 2017
1 parent 16bf1e4 commit 15b66fc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tf-job-operator-chart/templates/config.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,11 @@ data:
- name: nvidia-debug-tools # optional
mountPath: /usr/local/bin/nvidia
hostPath: /home/kubernetes/bin/nvidia/bin
{{ end }}
{{ else if eq $cloud "" }}
apiVersion: v1
kind: ConfigMap
metadata:
name: tf-job-operator-config
data:
controller_config_file.yaml: |
{{ end }}

0 comments on commit 15b66fc

Please sign in to comment.