mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
fix(frontend): application edit page initializes the overridenKeyType of new added configuration key to NONE so that the user can select how to load it (#4548) (#4593)
Co-authored-by: Simon Meng <simon.meng@portainer.io>
This commit is contained in:
parent
eab828279e
commit
cf508065ec
2 changed files with 5 additions and 1 deletions
|
@ -35,6 +35,7 @@ export class KubernetesApplicationFormValues {
|
|||
}
|
||||
|
||||
export const KubernetesApplicationConfigurationFormValueOverridenKeyTypes = Object.freeze({
|
||||
NONE: 0,
|
||||
ENVIRONMENT: 1,
|
||||
FILESYSTEM: 2,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue