BUG: Configuration Store: supplementalVolumes.readOnly = true
is causing the Out of Sync status in ArgoCD
#309
Labels
bug
Something isn't working
Description
When using argocd to deploy and sync the
configuration-store
app, the sync status will remainOut of Sync
. When clicking into the pod, it will show the live manifest and desired manifest are different. The difference issupplementalVolumes.readyOnly is true
. We need to investigate the root cause of the issue and make the fix.Steps to Reproduce
Clear, specific, and detailed steps taken to enable reproduction of the bug for investigation.
test-defect-deploy/src/main/resources/values.yaml
file, update thetargetRevision
andrepo
to reflect the correct value. e.g.:-deploy/src/main/resources/apps/configuration-store/
directory copy the content of thevalues-dev.yaml
to thevalues-ci.yaml
file-deploy/src/main/resources/apps/configuration-store/values-ci.yaml file
update thevolumePathOnNode
to be/<pathToProject>/test-defect/src/main/resources/configurations
-deploy/src/main/resources/values-ci.yaml file
update thevolumePathOnNode
to be/mnt/c/Users/YOUR_USER/PATH/TO/283-helper/apps/configuration-store/src/main/resources/configurations
git init
git add .
git branch -M main
git remote add origin https://github.com/<username>/<repo_name>.git
git push -u origina main
helm install aissemble-infrastructure oci://ghcr.io/boozallen/aissemble-infrastructure-chart --version 1.9.0-SNAPSHOT --set jenkins.enabled=false --set ingress-nginx.enabled=false
argocd-server
to port8081
argocd admin initial-password -n argocd
(keep the password to login to argocd ui and cli console)http://localhost:8081/
and login as (admin/previous generated password)argocd login localhost:8081
(Use username: admin/password: previous generated password to login)test-defect
app and wait theconfiguration-store
app is healthy. The sync status is stillOut of Sync
Expected Behavior
A clear and concise description of the outcome you expected from the actions taken.
The
configuration-store
app should be deployed and sync successfully.Actual Behavior
A clear and concise description of the outcome you experienced from the actions taken.
The
configuration-store
app is out of sync after deployment.Additional Context
The text was updated successfully, but these errors were encountered: