We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ac3fad + e18f7a9 commit 7163dcbCopy full SHA for 7163dcb
hack/local-up-cluster.sh
@@ -528,7 +528,7 @@ function start_apiserver {
528
cloud_config_arg="--cloud-provider=external"
529
fi
530
531
- if [[ -n "${AUDIT_POLICY_FILE}" ]]; then
+ if [[ -z "${AUDIT_POLICY_FILE}" ]]; then
532
cat <<EOF > /tmp/kube-audit-policy-file
533
# Log all requests at the Metadata level.
534
apiVersion: audit.k8s.io/v1
0 commit comments