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
Describe the bug
K8s Pod create by Argo CD will have label app.kubernetes.io/name
The KubernetesResourceEvent have that label, but string.Template.safe_substitute can't handle dot and slash
Describe the bug
K8s Pod create by Argo CD will have label app.kubernetes.io/name
The KubernetesResourceEvent have that label, but string.Template.safe_substitute can't handle dot and slash
To Reproduce
Expected behavior
template could handle ${app.kubernetes.io/name}
The text was updated successfully, but these errors were encountered: