Skip to content

Example: ConfigMap

Stéphane Brunner edited this page May 31, 2024 · 6 revisions
configMaps:
  content:
    data1: value1

services:
  deployment1:
    containers:
      container1:
        image:
          repository: camptocamp/image
          tag: latest
        env:
          env1:
            type: configMap
            name: self-metadata
            key: data1

Clone this wiki locally