You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying a canary manifest the deployment clone named -primary is missing the fields labels and annotation from the original one. (copied from #329). Unit tests are also failing for these off the master branch.
When applying a canary manifest the deployment clone named -primary is missing the fields labels and annotation from the original one. (copied from #329). Unit tests are also failing for these off the master branch.
Configured with:
Annotations and Labels of canary deployment:
annotations:
app.kubernetes.io/name: test-api
app.kubernetes.io/part-of: test-api
labels:
app.kubernetes.io/instance: test-api
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: test-api
helm.sh/chart: basic-app-flagger-0.1.7
What actually got copied over to primary's deployment.
No annotations
labels:
app.kubernetes.io/name: test-api-primary
The text was updated successfully, but these errors were encountered: