1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

fix(k8s/apps): edit url deployed app (#5653)

This commit is contained in:
Chaim Lev-Ari 2021-09-22 07:59:28 +03:00 committed by GitHub
parent ec3233fb09
commit cad530ec04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -118,4 +118,5 @@ export const KubernetesDeploymentTypes = Object.freeze({
GIT: 'git',
CONTENT: 'content',
APPLICATION_FORM: 'application form',
URL: 'url',
});