Skip to content

Commit

Permalink
deploy: 9b60b52
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed Apr 17, 2024
1 parent a4f8d1c commit 532f606
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/installation/mutating-admission-webhook.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h2 id="deployment-yaml"><a class="header" href="#deployment-yaml">Deployment YA
<h3 id="install-envsubst"><a class="header" href="#install-envsubst">Install <code>envsubst</code></a></h3>
<p>The deployment YAML contains the environment variables we defined above and we rely on the <code>envsubst</code> binary to substitute them for their respective values before deploying. See <a href="https://github.com/a8m/envsubst#installation">the <code>envsubst</code>‘s installation guide</a> on how to install it.</p>
<p>Install the webhook using the deployment YAML via <code>kubectl apply -f</code> and <code>envsubst</code>:</p>
<pre><code class="language-bash">curl -sL https://github.com/Azure/azure-workload-identity/releases/download/v1.2.1/azure-wi-webhook.yaml | envsubst | kubectl apply -f -
<pre><code class="language-bash">curl -sL https://github.com/Azure/azure-workload-identity/releases/download/v1.2.2/azure-wi-webhook.yaml | envsubst | kubectl apply -f -
</code></pre>
<details>
<summary>Output</summary>
Expand Down
2 changes: 1 addition & 1 deletion docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ <h2 id="deployment-yaml"><a class="header" href="#deployment-yaml">Deployment YA
<h3 id="install-envsubst"><a class="header" href="#install-envsubst">Install <code>envsubst</code></a></h3>
<p>The deployment YAML contains the environment variables we defined above and we rely on the <code>envsubst</code> binary to substitute them for their respective values before deploying. See <a href="https://github.com/a8m/envsubst#installation">the <code>envsubst</code>‘s installation guide</a> on how to install it.</p>
<p>Install the webhook using the deployment YAML via <code>kubectl apply -f</code> and <code>envsubst</code>:</p>
<pre><code class="language-bash">curl -sL https://github.com/Azure/azure-workload-identity/releases/download/v1.2.1/azure-wi-webhook.yaml | envsubst | kubectl apply -f -
<pre><code class="language-bash">curl -sL https://github.com/Azure/azure-workload-identity/releases/download/v1.2.2/azure-wi-webhook.yaml | envsubst | kubectl apply -f -
</code></pre>
<details>
<summary>Output</summary>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 532f606

Please sign in to comment.