Commit c17471b3 authored by Stan Hu's avatar Stan Hu

Merge branch 'rachelfox-master-patch-64183' into 'master'

fix canary typo

See merge request gitlab-org/gitlab!46410
parents d6d6cd7c a4d6e96f
......@@ -5,7 +5,7 @@ module Gitlab
class Ingress
include Gitlab::Utils::StrongMemoize
# Canry Ingress Annotations https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#canary
# Canary Ingress Annotations https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#canary
ANNOTATION_KEY_CANARY = 'nginx.ingress.kubernetes.io/canary'
ANNOTATION_KEY_CANARY_WEIGHT = 'nginx.ingress.kubernetes.io/canary-weight'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment