-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Helm Chart] Add ACA-Py as chart component/dependency #315
[Helm Chart] Add ACA-Py as chart component/dependency #315
Conversation
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
… admin url Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
--inbound-transport http '0.0.0.0' {{ .Values.acapy.service.httpPort }} \ | ||
--outbound-transport http \ | ||
--admin '0.0.0.0' {{ .Values.acapy.service.adminPort }} \ | ||
--endpoint {{ include "acapy.agent.url" . }} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could use the ACAPY_ENDPOINT
environment variable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated.
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, let's test it out in the wild 👍🏻
Add ACA-Py as a Chart component
Addresses the following issues: