ConfigMap
kind: Module
name: my-configmap
type: configmap
data:
config.properties: |
some: data
or: something
---
kind: Module
name: my-module
type: container
services:
- name: my-service
volumes:
- name: my-configmap
module: my-configmap
containerPath: /config
...Last updated
Was this helpful?

