Skip to content

Commit 88f9a21

Browse files
nagygergoseh
andauthored
Update docs/spec/v1/kustomizations.md
Co-authored-by: Steven E. Harris <[email protected]> Signed-off-by: Gergely Nagy <[email protected]>
1 parent 253716d commit 88f9a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/v1/kustomizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ secretGenerator:
16511651

16521652
### SOPS Encrypted Kustomize patches
16531653

1654-
SOPS encrypted data can be stored as [Kustomize `patches`](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patches/) as long as they're in separate files, not inlined in `kustomization.yaml`. The kustomize-controller decrypts these before executing kustomization pipeline, allowing for adding secret data to resources or merging Secrets. For example:
1654+
SOPS-encrypted data can be stored as [Kustomize `patches`](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patches/) as long as they're in separate files, not inlined in `kustomization.yaml`. The kustomize-controller decrypts these before executing kustomization pipeline, allowing for adding secret data to resources or merging Secrets. For example:
16551655

16561656
```yaml
16571657
# patch1.yaml

0 commit comments

Comments
 (0)