Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
Signed-off-by: Hung Nguyen <[email protected]>
  • Loading branch information
HN23 committed Oct 15, 2024
1 parent 903bfdf commit c8a2286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c8a2286

Please sign in to comment.