mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
50f32047ed
commit
1ff4bfe451
@@ -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:
|
||||
|
||||
@@ -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" | |
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
serviceType: NodePort
|
||||
testFramework:
|
||||
enabled: true
|
||||
|
||||
@@ -10,7 +10,7 @@ imageTag: 1.7.19
|
||||
|
||||
|
||||
testFramework:
|
||||
enabled: true
|
||||
enabled: false
|
||||
image: "dduportal/bats"
|
||||
tag: "0.4.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user