Browse Source

deploy: 0d7f45d0a94041fb00315694720767c69eff1e1e

paul-the-alien[bot] 5 years ago
parent
commit
1419b7097b

+ 1 - 1
guides-common-k8s-secret-types/index.html

@@ -943,7 +943,7 @@
   <span class="c1"># a cert and a private key</span>
   <span class="c1"># a cert and a private key</span>
   <span class="p p-Indicator">-</span> <span class="nt">secretKey</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">mysecret</span>
   <span class="p p-Indicator">-</span> <span class="nt">secretKey</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">mysecret</span>
     <span class="nt">remoteRef</span><span class="p">:</span>
     <span class="nt">remoteRef</span><span class="p">:</span>
-      <span class="nt">key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">docker-config-example</span>
+      <span class="nt">key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">ssl-certificate-p12-example</span>
 </code></pre></div>
 </code></pre></div>
 
 
 <p>You can get their values with:</p>
 <p>You can get their values with:</p>

File diff suppressed because it is too large
+ 0 - 0
search/search_index.json


BIN
sitemap.xml.gz


+ 1 - 1
snippets/gcpsm-tls-externalsecret.yaml

@@ -22,5 +22,5 @@ spec:
   # a cert and a private key
   # a cert and a private key
   - secretKey: mysecret
   - secretKey: mysecret
     remoteRef:
     remoteRef:
-      key: docker-config-example
+      key: ssl-certificate-p12-example
 {% endraw %}
 {% endraw %}

Some files were not shown because too many files changed in this diff