Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrique Alcántara <ealcantara@gitlab.com>2019-04-05 23:35:23 +0300
committerClement Ho <clemmakesapps@gmail.com>2019-04-05 23:35:23 +0300
commit8906de37202d8631e6a4bca9a68d09b181502b0c (patch)
treeb1e4140a1ae79a47a1b5c0b19094e24c097b6365 /changelogs
parent2210f5e8696693e1f36b6fa3f98c6bd0ca370fc0 (diff)
Do not display ingress IP help text
if there isn’t an ingress IP assigned for the cluster yet
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/60068-avoid-null-domain-help-text.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/60068-avoid-null-domain-help-text.yml b/changelogs/unreleased/60068-avoid-null-domain-help-text.yml
new file mode 100644
index 00000000000..5305b8584a8
--- /dev/null
+++ b/changelogs/unreleased/60068-avoid-null-domain-help-text.yml
@@ -0,0 +1,5 @@
+---
+title: Do not display Ingress IP help text when there isn’t an Ingress IP assigned
+merge_request: 27057
+author:
+type: fixed