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
time="2020-03-24T14:20:54Z" level=warning msg="ConfigMap 'workflow-controller-configmap' does not have key 'config'"
time="2020-03-24T14:20:54Z" level=info msg="workflow controller configuration from workflow-controller-configmap:\n"
No default artifact registry was configured.
What you expected to happen:
I expected to see log entries in the workflow-controller of the form
time="2020-03-24T14:20:54Z" level=warning msg="ConfigMap 'workflow-controller-configmap' does not have key 'config'"
time="2020-03-24T14:20:54Z" level=info msg="workflow controller configuration from workflow-controller-configmap:\n"
Message from the maintainers:
If you are impacted by this bug please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
What happened:
I applied a minimal version of the workflow-controller-configmap from https://raw.githubusercontent.com/argoproj/argo/master/docs/workflow-controller-configmap.yaml:
The workflow-controller logs gave:
No default artifact registry was configured.
What you expected to happen:
I expected to see log entries in the workflow-controller of the form
How to reproduce it (as minimally and precisely as possible):
Prerequisites:
argoproj/workflow-controller:v2.6.3
Anything else we need to know?:
proposed solution:
Add a missing sub-key
config
into the workflow-controller-configmap asNote, that the remaining pipe symbols "|" have to be taken out (e.g. after artifactRepository).
Environment:
Other debugging information (if applicable):
Message from the maintainers:
If you are impacted by this bug please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: