{{- if index .Values.ocWorkflow.enabled }} apiVersion: v1 kind: Service metadata: name: oc-workflow-svc labels: app: oc-workflow-svc spec: ports: - name: http port: 8080 protocol: TCP targetPort: 8080 selector: app: oc-workflow type: ClusterIP {{- end }}