# Conflicts: # scripts/tests/test_dashboards_render_atlas_drilldowns.py # scripts/tests/test_dashboards_render_jobs.py # services/hermes/scm-common/scripts/scm_broker.py # services/hermes/scripts/cli_lane_dispatch.py # services/hermes/scripts/cli_lane_execution.py # testing/quality_contract.json # testing/tests/test_hermes_agent_access.py # testing/tests/test_hermes_agent_security.py # testing/tests/test_hermes_chat_config.py # testing/tests/test_hermes_chat_images.py # testing/tests/test_hermes_chat_provider_auth.py # testing/tests/test_hermes_chat_quality.py # testing/tests/test_hermes_chat_support.py # testing/tests/test_hermes_chat_voice.py # testing/tests/test_hermes_cli_finalization_edges.py # testing/tests/test_hermes_cli_foundation_coverage.py # testing/tests/test_hermes_cli_lanes_configuration.py # testing/tests/test_hermes_cli_recovery_edges.py # testing/tests/test_hermes_cli_retention_edges.py # testing/tests/test_hermes_coordinator.py # testing/tests/test_hermes_coordinator_boards.py # testing/tests/test_hermes_coordinator_support.py
18 lines
695 B
YAML
18 lines
695 B
YAML
# services/hermes/scm-common/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
configMapGenerator:
|
|
- name: hermes-scm-boundary-v2
|
|
files:
|
|
- deadline_http.py=scripts/deadline_http.py
|
|
- git_pack_objects.py=scripts/git_pack_objects.py
|
|
- gitea_api.py=scripts/gitea_api.py
|
|
- gitea_api_policy.py=scripts/gitea_api_policy.py
|
|
- receive_pack_scan.py=scripts/receive_pack_scan.py
|
|
- scm_broker.py=scripts/scm_broker.py
|
|
- scm_broker_io.py=scripts/scm_broker_io.py
|
|
- scm_broker_server.py=scripts/scm_broker_server.py
|
|
- scm_broker_client.py=scripts/scm_broker_client.py
|
|
options:
|
|
disableNameSuffixHash: true
|