File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ in a kustomization git repository and have `kustomize` decrypt them at build tim
66The ` age.key ` file is here for the demo, in real life it __ SHOULD ABSOLUTELY NOT__ be
77checked 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 .
2639apiVersion : v1
2740data :
2841 config.yaml : |
You can’t perform that action at this time.
0 commit comments