Skip to content

Commit

Permalink
Fix yaml sample order of /debug-application-cluster (kubernetes#14260)
Browse files Browse the repository at this point in the history
The orders of kind and metadata were inconsistent, and that made the
doc unreadable.
This fixes the orders in consistent way.
  • Loading branch information
Kenichi Omichi authored and yoonian committed May 28, 2019
1 parent 0331eec commit f2e5778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/tasks/debug-application-cluster/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ different users into different files.

cat <<EOF > /etc/kubernetes/audit-webhook-kubeconfig
apiVersion: v1
kind: Config
clusters:
- cluster:
server: http://<ip_of_logstash>:8888
Expand All @@ -402,7 +403,6 @@ different users into different files.
user: ""
name: default-context
current-context: default-context
kind: Config
preferences: {}
users: []
EOF
Expand Down

0 comments on commit f2e5778

Please sign in to comment.