ConfigMap
kind: Deploy
type: configmap
name: my-configmap
spec:
data:
config.properties: |
some: data
or: something
...
---
kind: Deploy
name: my-app
type: container
spec:
volumes:
- name: configuration
containerPath: /config
# The reference to the configmap Deploy
action: deploy.my-configmap
...Last updated
Was this helpful?

