|
|
@@ -3758,9 +3758,9 @@ be transformed and saved as a <code>Kind=Secret</code>:</p>
|
|
|
<h2 id="template">Template</h2>
|
|
|
<p>When the controller reconciles the <code>ExternalSecret</code> it will use the <code>spec.template</code> as a blueprint to construct a new <code>Kind=Secret</code>. You can use golang templates to define the blueprint and use template functions to transform secret values. You can also pull in <code>ConfigMaps</code> that contain golang-template data using <code>templateFrom</code>. See <a href="../../guides/templating/">advanced templating</a> for details.</p>
|
|
|
<h2 id="update-behavior">Update Behavior</h2>
|
|
|
-<p>The <code>Kind=Secret</code> is updated when:</p>
|
|
|
+<p>The <code>Kind=Secret</code> is updated when one of the following conditions is met and <code>spec.refreshInterval</code> is not <code>0</code>:</p>
|
|
|
<ul>
|
|
|
-<li>the <code>spec.refreshInterval</code> has passed and is not <code>0</code></li>
|
|
|
+<li>the <code>spec.refreshInterval</code> has passed</li>
|
|
|
<li>the <code>ExternalSecret</code>'s <code>labels</code> or <code>annotations</code> are changed</li>
|
|
|
<li>the <code>ExternalSecret</code>'s <code>spec</code> has been changed</li>
|
|
|
</ul>
|