Skip to content

Commit

Permalink
updates kubernetes host form field description (#19113)
Browse files Browse the repository at this point in the history
  • Loading branch information
zofskeez authored Feb 9, 2023
1 parent 2359812 commit af131ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/app/models/kubernetes/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit af131ae

Please sign in to comment.