fix external-service externalName setting

This commit is contained in:
kjeld Schouten-Lebbing 2021-08-24 23:28:15 +02:00
parent 9c43ada669
commit b1eaafcc67
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 3 additions and 3 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.1
version: 0.1.2

View File

@ -73,13 +73,13 @@ questions:
description: "ExternalName"
- value: "ExternalIP"
description: "ExternalIP"
- variable: externalIP
- variable: externalName
label: "External Service Domainname"
description: "Domainname of External service"
schema:
show_if: [["type", "=", "ExternalName"]]
type: string
default: "1.1.1.1"
default: "google.com"
- variable: externalIP
label: "External Service IP"
description: "IP of External service"