Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2020-01-20 16:16:14 +00:00
parent 5e1304d8b5
commit aadf464251
4 changed files with 8 additions and 8 deletions

View File

@@ -834,13 +834,13 @@ configuration. We can create a Kubernetes secret by using the following command:
<div class="content">
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code>oc create secret generic db-secret --from-literal=username=user --from-literal=password=p455w0rd</code></pre>
<pre class="highlightjs highlight"><code>kubectl create secret generic db-secret --from-literal=username=user --from-literal=password=p455w0rd</code></pre>
</div>
</div>
</div>
</div>
<div class="paragraph">
<p>The preceding command would create the following secret (which you can see by using <code>oc get secrets db-secret -o yaml</code>):</p>
<p>The preceding command would create the following secret (which you can see by using <code>kubectl get secrets db-secret -o yaml</code>):</p>
</div>
<div class="exampleblock">
<div class="content">