-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble setting service_annotations via chart values file #325
Comments
@vdice... those annotations don't get added to the router's service. They get added to the applications' services. |
@krancour thank you for the clarification on that detail. I think we still have an issue, most likely helm and/or templating related, in attempting to set |
@vdice I owe you an apology...
I don't know what I was thinking when I said that. I was confusing this issue as being wrapped up with something else I was working on... What I said above simply isn't the case at all. Sorry about that and I'll look into this. |
I've recently attempted setting various
service_annotations
for the router service via avalues.yaml
-- both via Workflow's global version and Router's. The former errors out while the latter appears successful yet the annotations don't show up in resulting service resource:Via Workflow's
values.yaml
:Relevant snippet:
Helm install attempt:
Via Router's
values.yaml
:Relevant snippet:
Helm install is successful but when we check out the
deis-router
service resource we don't see the annotations intended to be set:Note: some of the attempted annotations are related to PR #323
Helm version v2.2.1
The text was updated successfully, but these errors were encountered: