mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 21:51:23 -03:00
fix external-service externalName setting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user