Work around Kubernetes rejecting underscores in configmap paths
Registered by
Ken Wronkiewicz
1) ConfigMaps can be loaded from a file with underscores in the file name, as long as you provide a non-underscore filename: `kubectl create configmap horizon-configmap --from-
2) ConfigMaps can be set to mount a file to a specific path:
items:
- key: local-settings
path: local_settings
Blueprint information
- Status:
- Complete
- Approver:
- Ryan Hallisey
- Priority:
- Medium
- Drafter:
- Ken Wronkiewicz
- Direction:
- Approved
- Assignee:
- None
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- 0.3.0
- Started by
- Ryan Hallisey
- Completed by
- Ryan Hallisey
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Create ConfigMaps with dashes instead of underscores
Addressed by: https:/
Fix Horizon's configmap to work with underscores
(?)