chore(common): remove promtail and netshoot addon completely (#286)

* chore(common): remove promtail and netshoot addon completely

* Delete netshoot_test.yaml
This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-12 13:40:55 +01:00
committed by GitHub
parent b47c6042c1
commit 0b751b3667
2 changed files with 1 additions and 39 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 10.9.6
version: 10.9.7

View File

@@ -1,38 +0,0 @@
suite: addon netshoot
templates:
- common.yaml
tests:
- it: default should pass
asserts:
- hasDocuments:
count: 2
- documentIndex: &DeploymentDocument 0
isKind:
of: Deployment
- documentIndex: 1
isKind:
of: Service
- documentIndex: *DeploymentDocument
not: true
equal:
path: spec.template.spec.containers[0].name
value: netshoot
- it: addon enabled should pass
set:
addons:
netshoot:
enabled: true
asserts:
- hasDocuments:
count: 2
- documentIndex: &DeploymentDocument 0
isKind:
of: Deployment
- documentIndex: 1
isKind:
of: Service
- documentIndex: *DeploymentDocument
equal:
path: spec.template.spec.containers[1].name
value: netshoot