|
@@ -2452,7 +2452,7 @@ The <code>Secret Manager Secret Accessor</code> role is required to access secre
|
|
|
<span class="w"> </span><span class="nt">key</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">database_password</span><span class="w"> </span><span class="c1"># name of the GCPSM secret key</span>
|
|
<span class="w"> </span><span class="nt">key</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">database_password</span><span class="w"> </span><span class="c1"># name of the GCPSM secret key</span>
|
|
|
</code></pre></div>
|
|
</code></pre></div>
|
|
|
<p>The operator will fetch the GCP Secret Manager secret and inject it as a <code>Kind=Secret</code>
|
|
<p>The operator will fetch the GCP Secret Manager secret and inject it as a <code>Kind=Secret</code>
|
|
|
-<div class="highlight"><pre><span></span><code>kubectl get secret secret-to-be-created -n <namespace> | -o jsonpath='{.data.dev-secret-test}' | base64 -d
|
|
|
|
|
|
|
+<div class="highlight"><pre><span></span><code>kubectl get secret secret-to-be-created -n <namespace> -o jsonpath='{.data.dev-secret-test}' | base64 -d
|
|
|
</code></pre></div></p>
|
|
</code></pre></div></p>
|
|
|
|
|
|
|
|
|
|
|