updates kubernetes host form field description (#19113)

This commit is contained in:
Jordan Reimer 2023-02-09 16:16:24 -07:00 committed by GitHub
parent 98b8f5e126
commit f86b12c68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ export default class KubernetesConfigModel extends Model {
@attr('string') backend; // dynamic path of secret -- set on response from value passed to queryRecord
@attr('string', {
label: 'Kubernetes host',
subText:
'Kubernetes API URL to connect to. Defaults to https://$KUBERNETES_SERVICE_HOST:$KUBERNETES_SERVICE_PORT if those environment variables are set.',
subText: 'Kubernetes API URL to connect to.',
})
kubernetesHost;
@attr('string', {