Restore config file to its original

I have made changes to kubeflow dashboard config using: kubectl rollout restart deployment centraldashboard -n kubeflow is there a way to restore the original if i cant edit it back and dont have back-up?

For a particular config of an application you can use:

  juju config <app> --reset <key>

I don’t know the specifics for kubeflow, but at least for Juju managing applications there is a standard syntax for resetting the current value back to the default for that key.