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

Co-authored-by: testa113 <testa113>
pull/8667/head
Ali 2 years ago committed by GitHub
parent 7468d5637b
commit 50940b7fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save