You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
As a developer, I want the ability to deploy different object into different namespaces.
That means the plugin should apply objects according to namespace specified in fragments.
Currently what happens if fragment contains a namespace different than the specified working namespace is this error
Failed to execute goal io.fabric8:fabric8-maven-plugin:4.3-SNAPSHOT:resource-apply (default-cli) on project test-openshift: Failed to update ConfigMap from openshift.yml. io.fabric8.kubernetes.client.KubernetesClientException: Namespace mismatch. Item namespace:debezium-mysql. Operation namespace:debezium.. ConfigMap(apiVersion=v1, binaryData=null, data={log4j.properties=kafka.logs.dir=logs
The text was updated successfully, but these errors were encountered:
As a developer, I want the ability to deploy different object into different namespaces.
That means the plugin should apply objects according to namespace specified in fragments.
Currently what happens if fragment contains a namespace different than the specified working namespace is this error
The text was updated successfully, but these errors were encountered: