We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When deploying this application as part of Tutorial: Deploy applications using GitOps with Flux v2 and using Azure Portal to deploy the application,
the deployment fails with
[ { "lastTransitionTime": "2023-06-29T13:47:06+00:00", "message": "Detecting drift for revision main@sha1:3dbc5deb98d5a8099d06def8f40628ab103b0330 with a timeout of 10m0s", "reason": "ProgressingWithRetry", "status": "True", "type": "Reconciling" }, { "lastTransitionTime": "2023-06-29T13:47:06+00:00", "message": "ConfigMap/cluster-config/redis-values-mhbkt4gc9t namespace not specified, error: namespaces \"cluster-config\" not found\n", "reason": "ReconciliationFailed", "status": "False", "type": "Ready" } ]
Expectation: the application deploys successfully also when using Azure Portal.
The text was updated successfully, but these errors were encountered:
Hi @diversit I succedeed following the MS Tutorial by changing "test-application" into "cluster-config" in the section "Create a GitOps configuration"
Regards
Sorry, something went wrong.
@ITOpenwork Thank you, this worked. I hope MS gets around to fixing this in the tutorial
No branches or pull requests
When deploying this application as part of Tutorial: Deploy applications using GitOps with Flux v2
and using Azure Portal to deploy the application,
the deployment fails with
Expectation: the application deploys successfully also when using Azure Portal.
The text was updated successfully, but these errors were encountered: