From c8a228684736d00130369559bf10aba62fcddab0 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Tue, 15 Oct 2024 15:42:35 -0400 Subject: [PATCH] updating tests Signed-off-by: Hung Nguyen --- stable/enterprise/tests/__snapshot__/configmap_test.yaml.snap | 3 ++- .../tests/__snapshot__/osaa_configmap_test.yaml.snap | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/stable/enterprise/tests/__snapshot__/configmap_test.yaml.snap b/stable/enterprise/tests/__snapshot__/configmap_test.yaml.snap index 63dbadb1..1e0d8bc3 100644 --- a/stable/enterprise/tests/__snapshot__/configmap_test.yaml.snap +++ b/stable/enterprise/tests/__snapshot__/configmap_test.yaml.snap @@ -387,7 +387,7 @@ should render the configmaps: endpoint_hostname: ${ANCHORE_ENDPOINT_HOSTNAME} listen: 0.0.0.0 port: ${ANCHORE_PORT} - auto_sync_enabled: true + auto_sync_enabled: ${ANCHORE_DATA_SYNC_AUTO_SYNC_ENABLED} upload_dir: /analysis_scratch datasets: vulnerability_db: @@ -424,6 +424,7 @@ should render the configmaps: ANCHORE_CATALOG_IMAGE_GC_WORKERS: "4" ANCHORE_CLI_URL: http://localhost:8228 ANCHORE_CLI_USER: admin + ANCHORE_DATA_SYNC_AUTO_SYNC_ENABLED: "true" ANCHORE_DB_POOL_MAX_OVERFLOW: "100" ANCHORE_DB_POOL_SIZE: "30" ANCHORE_DB_SSL: "false" diff --git a/stable/enterprise/tests/__snapshot__/osaa_configmap_test.yaml.snap b/stable/enterprise/tests/__snapshot__/osaa_configmap_test.yaml.snap index 3dfe9d12..b0dd9743 100644 --- a/stable/enterprise/tests/__snapshot__/osaa_configmap_test.yaml.snap +++ b/stable/enterprise/tests/__snapshot__/osaa_configmap_test.yaml.snap @@ -348,7 +348,7 @@ should render the configmaps for osaa migration if enabled: endpoint_hostname: ${ANCHORE_ENDPOINT_HOSTNAME} listen: 0.0.0.0 port: ${ANCHORE_PORT} - auto_sync_enabled: true + auto_sync_enabled: ${ANCHORE_DATA_SYNC_AUTO_SYNC_ENABLED} upload_dir: /analysis_scratch datasets: vulnerability_db: @@ -733,7 +733,7 @@ should render the configmaps for osaa migration if enabled: endpoint_hostname: ${ANCHORE_ENDPOINT_HOSTNAME} listen: 0.0.0.0 port: ${ANCHORE_PORT} - auto_sync_enabled: true + auto_sync_enabled: ${ANCHORE_DATA_SYNC_AUTO_SYNC_ENABLED} upload_dir: /analysis_scratch datasets: vulnerability_db: