Skip to content

Commit

Permalink
Merge pull request #773 from cclhsu/add_namespace_for_logging
Browse files Browse the repository at this point in the history
apply suggestions for add namespace for logging (#764)
  • Loading branch information
nkoranova authored Apr 24, 2020
2 parents 6f4d5ca + 12eb174 commit b2c1d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/admin-centralized-logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ See <<Optional settings>> for the facultative parameters and their default value
[source,bash]
----
helm repo add suse https://kubernetes-charts.suse.com
helm install suse/log-agent-rsyslog --name ${RELEASE_NAME} --set server.host=${SERVER_HOST} --set server.port=${SERVER_PORT}
helm install suse/log-agent-rsyslog --name ${RELEASE_NAME} --namespace kube-system --set server.host=${SERVER_HOST} --set server.port=${SERVER_PORT}
----

[NOTE]
Expand Down

0 comments on commit b2c1d55

Please sign in to comment.