1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00

fix: modify the conformance config name (#9691)

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
This commit is contained in:
Mariam Fahmy 2024-02-07 13:02:31 +02:00 committed by GitHub
parent 6f440ab6c0
commit 7a2740a2a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -243,7 +243,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
config: config:
- name: validating-admission-policies - name: specific-tests-above-1-28
values: values:
- standard - standard
- generate-validating-admission-policy - generate-validating-admission-policy

View file

@ -242,7 +242,7 @@ To create a local KinD cluster, run:
make kind-create-cluster 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`). You can also override the KinD cluster name by setting the `KIND_NAME` environment variable (default value is `kind`).