You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2023. It is now read-only.
An overlay is a target that modifies (and thus depends on) another target. The kustomization in an overlay refers to (via file path, URI or other method)
13
-
some other kustomization, known as its base. Overlays make the most sense when there is more than one, because they create different variants of a common base
12
+
A patch is an asset that modifies (and thus depends on) another asset. The kustomization in an overlay refers to (via file path, URI or other method)
13
+
some other kustomization, known as its base. An overlay is a collections of patches. Overlays allow you to create different variants of a common base
14
14
- e.g. development, QA, staging and production environment variants.
You are not required to customize your YAML. We built this tool to make it easy to apply overlay values and ship customized YAML quickly and effeciently. However, if you have no need to change any of these files you can move right along to the deployment step.
50
-
</p>
49
+
You are not required to customize your YAML. We built this tool to make it easy to apply patches and ship customized YAML quickly and effeciently. However, if you have no need to change any of these files you can move right along to the deployment step. </p>
51
50
<pclassName="u-marginTop--20 u-fontSize--normal u-fontWeight--medium u-lineHeight--more">If you’re ready to deploy your YAML simply <spanonClick={this.props.skipKustomize}className="u-color--astral u-textDecoration--underlineOnHover">click here</span>.</p>
<pclassName="u-fontSize--small u-lineHeight--more u-fontWeight--medium u-color--doveGray">Select a file to be used as the base YAML. You can then click the edit icon on the top right to create an overlay for that file.</p>
274
+
<pclassName="u-fontSize--small u-lineHeight--more u-fontWeight--medium u-color--doveGray">Select a file to be used as the base YAML. You can then click the edit icon on the top right to create a patch for that file.</p>
<pclassName="u-fontSize--small u-lineHeight--more u-fontWeight--medium u-color--doveGray">This YAML will be applied as an overlay to the base YAML. Edit the values that you want overlayed. The current file you're editing will be automatically save when you open a new file.</p>
<pclassName="u-fontSize--small u-lineHeight--more u-fontWeight--medium u-color--doveGray">This YAML will be applied as a patch to the base YAML. Edit the values that you want patched. The current file you're editing will be automatically saved when you open a new file.</p>
<p>Are you sure you want to discard this overlay?</p>
381
+
<p>Are you sure you want to discard this patch?</p>
382
382
</div>
383
383
<divclassName="flex flex-column Modal-body">
384
384
<pclassName="u-fontSize--large u-fontWeight--normal u-color--dustyGray u-lineHeight--more">It will not be applied to the kustomization.yaml file that is generated for you.</p>
0 commit comments