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
The PR #667 introduced using custom reloader init containers for vmauth and vmagent to initialize the configuration.
However there is a bug in the PR blocking the init containers to execute properly:
flag provided but not defined: -mode
v0.38.0
The config-reloader application introduced the --only-init-config for the initialization scenario (i.e. to exit from waiting for subsequent events during watcher initialization), however the vm-operator factory code uses --mode=one-shot argument.
The text was updated successfully, but these errors were encountered:
The PR #667 introduced using custom reloader init containers for vmauth and vmagent to initialize the configuration.
However there is a bug in the PR blocking the init containers to execute properly:
The config-reloader application introduced the
--only-init-config
for the initialization scenario (i.e. to exit from waiting for subsequent events during watcher initialization), however the vm-operator factory code uses--mode=one-shot
argument.The text was updated successfully, but these errors were encountered: