mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: modify the conformance config name (#9691)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
This commit is contained in:
parent
6f440ab6c0
commit
7a2740a2a2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/conformance.yaml
vendored
2
.github/workflows/conformance.yaml
vendored
|
@ -243,7 +243,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- name: validating-admission-policies
|
||||
- name: specific-tests-above-1-28
|
||||
values:
|
||||
- standard
|
||||
- generate-validating-admission-policy
|
||||
|
|
|
@ -242,7 +242,7 @@ To create a local KinD cluster, run:
|
|||
make kind-create-cluster
|
||||
```
|
||||
|
||||
You can override the k8s version by setting the `KIND_IMAGE` environment variable (default value is `kindest/node:v1.28.0`).
|
||||
You can override the k8s version by setting the `KIND_IMAGE` environment variable (default value is `kindest/node:v1.29.1`).
|
||||
|
||||
You can also override the KinD cluster name by setting the `KIND_NAME` environment variable (default value is `kind`).
|
||||
|
||||
|
|
Loading…
Reference in a new issue