Skip to content

Example: ServiceAccount

Stéphane Brunner edited this page May 31, 2024 · 1 revision

Create a Deployment with a ServiceAccount.

serviceAccount:
  create: true
  name: serviceaccount1

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