github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/production/ksonnet/enterprise-logs/test/eval.jsonnet (about)

     1  (import '../main.libsonnet') {
     2    _config+:: {
     3      boltdb_shipper_shared_store: self.storage_backend,
     4      gcs_bucket_name: 'test-gcs-bucket-name',
     5      storage_backend: 'gcs',
     6  
     7      namespace: 'test-namespace',
     8      commonArgs+: {
     9        'cluster-name': 'test-cluster-name',
    10      },
    11    },
    12  }