mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(deploy): update option text EE-4362 (#7783)
This commit is contained in:
parent
cd52e04a5a
commit
7d8b037761
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class KubernetesDeployController {
|
||||||
{ ...git, value: KubernetesDeployBuildMethods.GIT },
|
{ ...git, value: KubernetesDeployBuildMethods.GIT },
|
||||||
{ ...editor, value: KubernetesDeployBuildMethods.WEB_EDITOR },
|
{ ...editor, value: KubernetesDeployBuildMethods.WEB_EDITOR },
|
||||||
{ ...url, value: KubernetesDeployBuildMethods.URL },
|
{ ...url, value: KubernetesDeployBuildMethods.URL },
|
||||||
{ ...template, value: KubernetesDeployBuildMethods.CUSTOM_TEMPLATE },
|
{ ...template, description: 'Use custom template', value: KubernetesDeployBuildMethods.CUSTOM_TEMPLATE },
|
||||||
];
|
];
|
||||||
|
|
||||||
this.state = {
|
this.state = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue