diff options
author | 2025-01-29 11:43:27 +0530 | |
---|---|---|
committer | 2025-01-29 11:46:54 +0000 | |
commit | 92c86bb2b390a9d74f84d53b3edeccd239f3f0f5 (patch) | |
tree | 25f54a34fcc7098a83179acc75c3fdf5e3869662 /integration-tests/pom.xml | |
parent | bbcddaafb6667c51af97a0d19d43b91f01b4025c (diff) |
Chef removal changes from catalog-fe
- Removed chef from catalog-fe module with kubernetes resources.
Issue-ID: SDC-4699
Change-Id: If599ea2136bb8dd98a816a9961f25ef0a4c39e25
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 84bc5d2e6c..c5130ce16f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1132,7 +1132,6 @@ limitations under the License. <hostname>sdc-FE</hostname> <volumes> <bind> - <volume>${it.chef.config}:/app/jetty/chef-solo/environments</volume> <volume>${it.shared.volume}:/app/jetty/logs</volume> <volume> ${it.chef.config}/plugins-configuration.yaml:/app/jetty/config/catalog-fe/plugins-configuration.yaml |