...

Text file src/edge-infra.dev/pkg/edge/api/services/channels/testdata/config-with-invalid-channel.yaml

Documentation: edge-infra.dev/pkg/edge/api/services/channels/testdata

     1# Default config values for emerald-xlr chart (2.63.0)
     2global:
     3  namespace: retail-emerald-desktop
     4  # example for nodeSelector for xlr
     5  # nodeSelector: "node.ncr.com/sub-class: xlr"
     6emerald-desktop-bff:
     7  variables:
     8    logLevel: INFO
     9    baseCatalogUrl: null
    10    baseCatalogSearchUrl: null
    11    inStoreCdmUrl: null
    12    cloudCdmUrl: null
    13    baseTdmUrl: null
    14    baseUlpUrl: null
    15    basePosConfigurationUrl: null
    16    baseSiteUrl: null
    17    baseSellingCartApiUrl: null
    18    baseReceiptFormattingUrl: null
    19    baseSellingConfigurationUrl: null
    20    baseCentralReturnsUrl: null
    21    baseSellingEwicUrl: null
    22    baseImageServiceApiUrl: null
    23    baseSellingEodApiUrl: null
    24    baseSecurityUrl: null
    25    baseOrderUrl: null
    26    baseProvisioningUrl: null
    27    baseCashOfficeUrl: null
    28    baseCounterServiceUrl: null
    29    baseItemCorrectorUrl: null
    30channels:
    31  - name: test name with space
    32    team: platform
    33    description: "channel for testing purposes"

View as plain text