File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
agent-control/agent-type-registry/newrelic Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ deployment:
3737 interval : 30m
3838 provider : generic
3939 # TODO point to the newrelic repository once available
40- url : https://rnoothi.github.io/gateway
40+ url : https://rnoothi.github.io/foobar
4141 default-values :
4242 apiVersion : v1
4343 kind : Secret
Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ scenarios:
1010 - kubectl logs -l app.kubernetes.io/name=agent-control --all-containers --prefix=true
1111 - kubectl logs -l app.kubernetes.io/name=nr-k8s-otel-collector --all-containers --prefix=true
1212 - kubectl get all -o wide
13+ - kubectl get secrets --show-labels
14+ - kubectl get all -o wide
15+ - kubectl get helmrelease
16+ - kubectl get helmchart
17+ - helm list -a -A
1318 - cd ../../ && tilt down
1419 tests :
1520 nrqls :
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ scenarios:
1313 - kubectl logs -l app.kubernetes.io/name=newrelic-logging --all-containers --prefix=true
1414 - kubectl get secrets --show-labels
1515 - kubectl get all -o wide
16+ - kubectl get helmrelease
17+ - kubectl get helmchart
1618 - helm list -a -A
1719 - cd ../../ && tilt down
1820 tests :
You can’t perform that action at this time.
0 commit comments