apiVersion: apps/v1 kind: Deployment metadata: name: heating-controller annotations: configmap.reloader.stakater.com/reload: "heating-controller-config" spec: replicas: 1 selector: matchLabels: app: heating-controller template: metadata: labels: app: heating-controller spec: containers: - name: heating-controller image: %IMAGE% envFrom: - configMapRef: name: heating-controller-config