-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix Kustomize recipes for security deployments #79
base: main
Are you sure you want to change the base?
Conversation
I managed to find a way to test the release of the security services by using the FYI since This implies that:
So I suggest to solve the issue by merging the |
This reverts commit bad5cce.
…storage Use Longhorn storage provider for Vault
Looking at the content and history of the repository, it seems to me in the last few weeks there was a commitment to move away from the App of Apps deployment in favor of deploying the services using Kustomize bundles.
Unfortunately, during the transition, some essential resources, that the previous deployment method was using, are no longer considered in the generation of the Kustomize bundles causing many security services to break.
The primary goal of the change is fixing the Kustomize recipes and, while at it, improving the reliability of the deployment of the data sanitization services.
While working on the patch and testing it out by deploying the resulting bundle, I noticed that the ordering of the sync-wave was off due to a known ArgoCD issue.
Is this something that happens also when using the applications declared in:
integration-cluster.yaml
,integration-security-cluster.yaml
,validation-cluster.yaml
,validation-security-cluster.yaml
?