You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/12 16:20:40 UTC

[GitHub] [camel-k] essobedo opened a new issue, #3543: Cannot deploy an integration using configmap/secret key filtering

essobedo opened a new issue, #3543:
URL: https://github.com/apache/camel-k/issues/3543

   If we try to run the integration corresponding to the example proposed [in this article](https://camel.apache.org/camel-k/next/configuration/runtime-config.html#runtime-config-keys), we end up with an error of following type:
   
   ```
   {
      "level":"error",
      "ts":1659538587.1773164,
      "logger":"controller.integration-controller",
      "msg":"Reconciler error",
      "reconciler group":"camel.apache.org",
      "reconciler kind":"Integration",
      "name":"config-secret-key-route",
      "namespace":"default",
      "error":
      "error executing post actions: error during apply resource: default/config-secret-key-route: Deployment.apps \"config-secret-key-route\" is invalid: [spec.template.spec.volumes[2].secret.items[0].path: Required value, spec.template.spec.containers[0].volumeMounts[2].name: Not found: \"my-sec-multi\"]",
      "errorVerbose":
      "error during apply resource: default/config-secret-key-route: Deployment.apps \"config-secret-key-route\" is invalid: [spec.template.spec.volumes[2].secret.items[0].path: Required value, spec.template.spec.containers[0].volumeMounts[2].name: Not found: \"my-sec-multi\"]
       error executing post actions\ngithub.com/apache/camel-k/pkg/trait.Apply
         github.com/apache/camel-k/pkg/trait/trait.go:55
         github.com/apache/camel-k/pkg/controller/integration.(*monitorAction).Handle
         github.com/apache/camel-k/pkg/controller/integration/monitor.go:118
         github.com/apache/camel-k/pkg/controller/integration.(*reconcileIntegration).Reconcile
         github.com/apache/camel-k/pkg/controller/integration/integration_controller.go:309
         github.com/apache/camel-k/pkg/util/monitoring.(*instrumentedReconciler).Reconcile
         github.com/apache/camel-k/pkg/util/monitoring/controller.go:70
         sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile
         sigs.k8s.io/controller-runtime@v0.10.3/pkg/internal/controller/controller.go:114
         sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
         sigs.k8s.io/controller-runtime@v0.10.3/pkg/internal/controller/controller.go:311
         sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
         sigs.k8s.io/controller-runtime@v0.10.3/pkg/internal/controller/controller.go:266
         sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
         sigs.k8s.io/controller-runtime@v0.10.3/pkg/internal/controller/controller.go:227
         runtime.goexit\n\truntime/asm_amd64.s:1371",
      "stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsigs.k8s.io/controller-runtime@v0.10.3/pkg/internal/controller/controller.go:227"
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] essobedo commented on issue #3543: Cannot deploy an integration using configmap/secret key filtering

Posted by GitBox <gi...@apache.org>.
essobedo commented on issue #3543:
URL: https://github.com/apache/camel-k/issues/3543#issuecomment-1213306805

   The corresponding PR https://github.com/apache/camel-k/pull/3544


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi closed issue #3543: Cannot deploy an integration using configmap/secret key filtering

Posted by GitBox <gi...@apache.org>.
tadayosi closed issue #3543: Cannot deploy an integration using configmap/secret key filtering
URL: https://github.com/apache/camel-k/issues/3543


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org