This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 18239ed03 docs: add environment variables section to existing advanced
page
new e07d0da4f fix(jvm): change caCert params from secret refs to file paths
new 13d4c0aa0 fix(jvm): consolidate caCert validation to init_containers
and update docs
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 11 ++-
docs/modules/traits/pages/jvm.adoc | 40 ++++-----
e2e/common/traits/jvm_test.go | 6 +-
helm/camel-k/crds/camel-k-crds.yaml | 88 +++++++++---------
pkg/apis/camel/v1/trait/jvm.go | 11 ++-
.../camel.apache.org_integrationplatforms.yaml | 22 +++--
.../camel.apache.org_integrationprofiles.yaml | 22 +++--
.../crd/bases/camel.apache.org_integrations.yaml | 22 +++--
.../config/crd/bases/camel.apache.org_pipes.yaml | 22 +++--
pkg/trait/init_containers.go | 18 +---
pkg/trait/init_containers_test.go | 4 +-
pkg/trait/jvm.go | 29 +-----
pkg/trait/jvm_cacert.go | 76 ++++------------
pkg/trait/jvm_test.go | 100 ++++-----------------
pkg/trait/mount.go | 26 +-----
pkg/trait/mount_test.go | 22 ++---
16 files changed, 169 insertions(+), 350 deletions(-)