fix(annotations) ingress tip to match ee [EE-5158] (#8653)

Co-authored-by: testa113 <testa113>
pull/8669/head
Ali 2023-03-14 10:41:35 +13:00 committed by GitHub
parent 15cbdb8af9
commit 40c387f4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -206,7 +206,7 @@ export function IngressForm({
message={ message={
<div className="vertical-center"> <div className="vertical-center">
<span> <span>
You can specify{' '} Allows specifying of{' '}
<a <a
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/" href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/"
target="_black" target="_black"
@ -224,7 +224,6 @@ export function IngressForm({
</span> </span>
</div> </div>
} }
setHtmlMessage
/> />
</div> </div>
</div> </div>