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
Need the ability to clear an uploaded file from the Config tab via UI. Currently, the only way to fully clear a file from the Config is to use kubectl kots download/upload to change the value of the ConfigOption in the upstream/userdata/config.yaml by hand. We use file uploads to allow optional uploading of files, and have cases where the files are no longer needed in a customer environment, but can cause issues if still loaded in the configuration.
The text was updated successfully, but these errors were encountered:
Need the ability to clear an uploaded file from the Config tab via UI. Currently, the only way to fully clear a file from the Config is to use
kubectl kots download/upload
to change the value of theConfigOption
in theupstream/userdata/config.yaml
by hand. We use file uploads to allow optional uploading of files, and have cases where the files are no longer needed in a customer environment, but can cause issues if still loaded in the configuration.The text was updated successfully, but these errors were encountered: