Skip to content

Example: Deployment

Stéphane Brunner edited this page May 31, 2024 · 3 revisions

Create an elementary Deployment.

serviceAccount:
  create: true
  name: serviceaccount1

services:
  deployment1:
    enabled: true
    containers:
      container1:
        image:
          repository: camptocamp/image
          tag: latest
Clone this wiki locally