{{- if .Values.mock.enabled }} apiVersion: apps/v1 kind: Deployment metadata: name: orchestrator-mock annotations: stellaops.dev/mock: "true" spec: replicas: 1 selector: matchLabels: app: orchestrator-mock template: metadata: labels: app: orchestrator-mock spec: containers: - name: orchestrator image: "{{ .Values.mock.orchestrator.image }}" args: ["dotnet", "StellaOps.Orchestrator.WebService.dll"] {{- end }}