Merge pull request #3113 from riverzhang/support-audit

Support audit
This commit is contained in:
Rong Zhang
2018-08-16 15:33:43 +08:00
committed by GitHub
9 changed files with 217 additions and 0 deletions

View File

@@ -163,6 +163,9 @@ helm_deployment_type: host
# K8s image pull policy (imagePullPolicy)
k8s_image_pull_policy: IfNotPresent
# audit log for kubernetes
kubernetes_audit: false
# Kubernetes dashboard
# RBAC required. see docs/getting-started.md for access details.
dashboard_enabled: true