-
Notifications
You must be signed in to change notification settings - Fork 25
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: add initial setup for portal and cx-iam #38
Conversation
PR looks straight forward. Are these failing tests ok, @almadigabor ? I don't get the reason for the failure from error messages for both failed checks. |
I don't think the errors are related to the pull request. Kyverno fails as some of the dependencies have not set runAsNonRoot in the pod specification. Helm test fails with the edc dataplane pod if I get it correctly. |
@carslen @almadigabor thanks for reviewing! Last weeks I successfully tested the install on my local Minikube. |
I just tried to start this branch locally in my minikube and had following problems:
Regarting to your last comment, @evegufy: I do not think we should replace the ct with a helm install - this test framework is quiet common and will print a detailed log. For example: in the last run of this pr you can see that the runner might be to small to run that heavy load: We might need to use larger runner or try to limit the load. |
@fty4 Thanks for testing! Regarding 'processes-worker': that's cronJob, and it's normal that it restarts every couple of minutes Good hint regarding the insufficient cpu. We probably need to add a config for the KinD action as the default values aren't sufficient. I'm still not quite convinced if ct is really suitable for testing such a chart: |
Description
This PR adds the helm charts from portal and cx-iam (versions from 3.2/23.09 release) to the umbrella chart.
It doesn't contain tests in this sense and for a proper proper e2e testing functional tests as wells as more config would need to get added, still, for an initial integration in the umbrella helm chart this PR should be sufficient.
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: