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