mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-06 02:06:22 -03:00
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:
committed by
GitHub
parent
b47c6042c1
commit
0b751b3667
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 10.9.6
|
||||
version: 10.9.7
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user