Fix yaml sample order of /debug-application-cluster (#14260)
The orders of kind and metadata were inconsistent, and that made the doc unreadable. This fixes the orders in consistent way.pull/14263/head
parent
d378484400
commit
c83f5b3c2e
|
@ -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
|
||||
|
@ -402,7 +403,6 @@ different users into different files.
|
|||
user: ""
|
||||
name: default-context
|
||||
current-context: default-context
|
||||
kind: Config
|
||||
preferences: {}
|
||||
users: []
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue