-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels