mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
fix(app): edit app with configmap [r8s-95] (#341)
This commit is contained in:
parent
20fa7e508d
commit
4971f5510c
2 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ const _KubernetesConfigurationFormValues = Object.freeze({
|
|||
Name: '',
|
||||
ConfigurationOwner: '',
|
||||
Kind: KubernetesConfigurationKinds.CONFIGMAP,
|
||||
kind: 'ConfigMap',
|
||||
Data: [],
|
||||
DataYaml: '',
|
||||
IsSimple: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue