Skip to content

Commit 6071702

Browse files
committed
Improve README
Signed-off-by: Sylvain Rabot <[email protected]>
1 parent a879100 commit 6071702

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ in a kustomization git repository and have `kustomize` decrypt them at build tim
66
The `age.key` file is here for the demo, in real life it __SHOULD ABSOLUTELY NOT__ be
77
checked in the repository otherwise all secrecy purposes would be defeated.
88

9+
By default `kustomize` and `age` look for ssh keys to use as identities in `~/.ssh/id_rsa` and `~/.ssh/id_ed25519`.
10+
If those files exists kustomize will try to use them to decrypt data so you don't need to specify anything in `ageIdentities`
11+
if the data have been encrypted with one of these keys' public key.
12+
13+
## Binaries
14+
15+
You'll find binaries of age with YAML support and kustomize with age support at https://github.com/sylr/kustomize-age/releases.
16+
17+
## Pull requests
18+
19+
- https://github.com/FiloSottile/age/pull/162
20+
- https://github.com/kubernetes-sigs/kustomize/pull/3313
21+
922
## Kustomization
1023

1124
```yaml
@@ -22,7 +35,7 @@ configMapGenerator:
2235
2336
## Build
2437
```shell
25-
$ bin/kustomize-v3.8.7-162-gd5c7bf48-$(go env GOOS)-$(go env GOARCH) build .
38+
$ kustomize-$(go env GOOS)-$(go env GOARCH)-xxxxxxxx build .
2639
apiVersion: v1
2740
data:
2841
config.yaml: |

0 commit comments

Comments
 (0)