diff --git a/components/argo/include-columns b/components/argo/include-columns new file mode 100644 index 00000000..26eeccdc --- /dev/null +++ b/components/argo/include-columns @@ -0,0 +1,3 @@ +- name: Workflow Completed + type: label + key: workflows.argoproj.io/completed diff --git a/components/argo/include-links b/components/argo/include-links new file mode 100644 index 00000000..702be565 --- /dev/null +++ b/components/argo/include-links @@ -0,0 +1,21 @@ +- name: Example Workflow Link + scope: workflow + url: http://logging-facility?namespace=${metadata.namespace}&workflowName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt} +- name: Example Pod Link + scope: pod + url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt} +- name: Pod Logs + scope: pod-logs + url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt} +- name: Event Source Logs + scope: event-source-logs + url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt} +- name: Sensor Logs + scope: sensor-logs + url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt} +- name: Get help + scope: chat + url: http://my-chat +- name: Failed Workflows + scope: workflow-list + url: https://workflows.uc.ohthree.com/workflows?namespace=argo-events&phase=Failed&phase=Error&limit=50 diff --git a/components/argo/kustomization.yaml b/components/argo/kustomization.yaml index 31371a9a..eeb4e1af 100644 --- a/components/argo/kustomization.yaml +++ b/components/argo/kustomization.yaml @@ -66,3 +66,8 @@ configMapGenerator: files: - sso - workflowDefaults=workflow-defaults + - name: workflow-controller-configmap + behavior: replace + files: + - links=include-links + - columns=include-columns