mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
resolve conflicts
This commit is contained in:
commit
0ee42f76c3
84 changed files with 1475 additions and 205 deletions
|
@ -6,9 +6,12 @@ export const KubernetesDeployManifestTypes = Object.freeze({
|
|||
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