get.porter.sh/porter@v1.3.0/tests/testdata/config/config-with-depsv2.yaml (about)

     1  experimental:
     2    - dependencies-v2
     3  
     4  namespace: dev
     5  default-storage: testdb
     6  default-secrets-plugin: filesystem
     7  
     8  # The test bundle, mybuns, requires docker
     9  allow-docker-host-access: true
    10  
    11  logs:
    12    enabled: true
    13    level: debug
    14  
    15  telemetry:
    16    enabled: ${env.PORTER_TEST_TELEMETRY_ENABLED}
    17    protocol: grpc
    18    insecure: true
    19  
    20  storage:
    21    - name: testdb
    22      plugin: mongodb
    23      config:
    24        url: mongodb://localhost:27017/${env.PORTER_TEST_DB_NAME}?connect=direct