-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(helm): helm chart for privacypal #394
Conversation
86fd3e6
to
52ccb38
Compare
8fbfcac
to
e8c8c39
Compare
b2672c7
to
b56e7d2
Compare
b56e7d2
to
d52a547
Compare
ce08103
to
fb10a82
Compare
55c8081
to
23838d5
Compare
f902918
to
8addbea
Compare
a229734
to
fbf7a74
Compare
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.
The results speak for themselves but this is awesome Thuan! only thing was that minor typo, amazing work!
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.
double checked the connection tests and looks good!
Welcome to PrivacyPal! 👋
Fixes: #25
Fixes: #38
Description of the change:
Source: https://github.com/bitnami/readme-generator-for-helm
How to run:
Motivation for the change:
See #25
How to test
Notes: If you are testing locally with AWS EKS for our QA, please select a different namespace, for example,
myns-thvo
. If usingscripts/chart_installer.sh
, set environment variableINSTALL_NAMESPACE
to a namespace (e.g.myns-thvo
).The helm chart is only supported on AWS EKS with ACK controllers. Check out the
SETUP.md
.Provision a cluster (if not):
Register EKS OIDC endpoint with IAM (used for Pod Identity Webhook with AWS STS):
Install an AWS load balancer (ALB) controller:
To install ack controllers (if not yet available), run:
To install the chart (i.e. create a chart release):
Make sure to follow the release note for post-installation steps.