mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
feat(k8s): add the ability to deploy from a manifest URL (#5550)
This commit is contained in:
parent
1220ae7571
commit
70602cf7c8
5 changed files with 122 additions and 8 deletions
|
@ -7,9 +7,11 @@ export const KubernetesDeployBuildMethods = Object.freeze({
|
|||
GIT: 1,
|
||||
WEB_EDITOR: 2,
|
||||
CUSTOM_TEMPLATE: 3,
|
||||
URL: 4
|
||||
});
|
||||
|
||||
export const KubernetesDeployRequestMethods = Object.freeze({
|
||||
REPOSITORY: 'repository',
|
||||
STRING: 'string',
|
||||
URL: 'url'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue