Unverified Commit 74e6ee1d authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #67174 from charrywanganthony/auditv1beta1Tov1_gce.sh

use v1 version of advanced audit policy in gce shell
parents 7a58db1e 08fbf701
...@@ -782,7 +782,7 @@ function create-master-audit-policy { ...@@ -782,7 +782,7 @@ function create-master-audit-policy {
- group: "storage.k8s.io"' - group: "storage.k8s.io"'
cat <<EOF >"${path}" cat <<EOF >"${path}"
apiVersion: audit.k8s.io/v1beta1 apiVersion: audit.k8s.io/v1
kind: Policy kind: Policy
rules: rules:
# The following requests were manually identified as high-volume and low-risk, # The following requests were manually identified as high-volume and low-risk,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment