[stable/traefik] Set TestFramework Toggle to Default to False (#19182)

* Toggle for testframework

Signed-off-by: Kyle Gochenour <kyle.gochenour@gmail.com>

* Set TestFramework to default to False/Off

Signed-off-by: Kyle Gochenour <kyle.gochenour@gmail.com>
This commit is contained in:
Kyle Gochenour
2019-11-27 07:41:21 -08:00
committed by Kubernetes Prow Robot
parent 50f32047ed
commit 1ff4bfe451
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: traefik
version: 1.82.1
version: 1.82.2
appVersion: 1.7.19
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
+1 -1
View File
@@ -248,7 +248,7 @@ The following table lists the configurable parameters of the Traefik chart and t
| `autoscaling` | HorizontalPodAutoscaler for the traefik Deployment | `{}` |
| `configFiles` | Config files to make available in the deployment. key=filename, value=file contents | `{}` |
| `secretFiles` | Secret files to make available in the deployment. key=filename, value=file contents | `{}` |
| `testFramework.enabled` | Enables test-framework | `true` |
| `testFramework.enabled` | Enables test-framework | `false` |
| `testFramework.image` | `test-framework` image repository. | `dduportal/bats` |
| `testFramework.tag` | `test-framework` image tag. | `0.4.0` |
| `forwardAuth.entryPoints` | Enable forward authentication for these entryPoints: "http", "https", "httpn" | |
+2
View File
@@ -1 +1,3 @@
serviceType: NodePort
testFramework:
enabled: true
+1 -1
View File
@@ -10,7 +10,7 @@ imageTag: 1.7.19
testFramework:
enabled: true
enabled: false
image: "dduportal/bats"
tag: "0.4.0"