Skip to content

Commit 23e8059

Browse files
committed
Update readme for podPriorityClassName
Signed-off-by: Imre Nagi <[email protected]>
1 parent 9aa775f commit 23e8059

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

charts/flagger/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Parameter | Description | Default
140140
`istio.kubeconfig.key` | The name of Kubernetes secret data key that contains the Istio control plane kubeconfig | `kubeconfig`
141141
`ingressAnnotationsPrefix` | Annotations prefix for NGINX ingresses | None
142142
`ingressClass` | Ingress class used for annotating HTTPProxy objects, e.g. `contour` | None
143+
`podPriorityClassName` | PriorityClass name for pod priority configuration | ""
143144

144145
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade`. For example,
145146

charts/loadtester/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Parameter | Description | Default
6767
`istio.gateway.enabled` | Create Istio gateway in namespace | `false`
6868
`istio.tls.enabled` | Enable TLS in gateway ( TLS secrets should be in namespace ) | `false`
6969
`istio.tls.httpsRedirect` | Redirect traffic to TLS port | `false`
70+
`podPriorityClassName` | PriorityClass name for pod priority configuration | ""
7071

7172
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade`. For example,
7273

0 commit comments

Comments
 (0)