fix external-service port not being editable

This commit is contained in:
kjeld Schouten-Lebbing 2021-08-24 15:51:03 +02:00
parent 038bdfc493
commit 07e08100ed
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 3 additions and 4 deletions

View File

@ -23,4 +23,4 @@ name: external-service
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/external-service
type: application
version: 0.1.0
version: 0.1.1

View File

@ -118,12 +118,11 @@ questions:
- value: "UDP"
description: "UDP"
- variable: port
label: "Container Port"
label: "Service Port"
description: "Both the external service port and internal service port will be the same"
schema:
type: int
default: 80
editable: false
hidden: false
- variable: ingress
label: ""