You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Example Pod Link
scope: pod
url: http://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt}
${metadata.name} does not get translated into an actual name, it just remains as it is. My resulting URL is something like: https://logging-facility?namespace=test&podName=${metadata.name}&startedAt….
Diagnostics
What Kubernetes provider are you using? EKS 1.19
What version of Argo Workflows are you running? 3.0.0 RC7 (also occurs in RC6)
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
What happened/what you expected to happen?
Using the example in the configmap:
${metadata.name}
does not get translated into an actual name, it just remains as it is. My resulting URL is something like:https://logging-facility?namespace=test&podName=${metadata.name}&startedAt….
Diagnostics
What Kubernetes provider are you using? EKS 1.19
What version of Argo Workflows are you running? 3.0.0 RC7 (also occurs in RC6)
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: