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
6
6
The ` age.key ` file is here for the demo, in real life it __ SHOULD ABSOLUTELY NOT__ be
7
7
checked in the repository otherwise all secrecy purposes would be defeated.
8
8
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
+
9
22
## Kustomization
10
23
11
24
``` yaml
@@ -22,7 +35,7 @@ configMapGenerator:
22
35
23
36
## Build
24
37
` ` ` 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 .
26
39
apiVersion : v1
27
40
data :
28
41
config.yaml : |
You can’t perform that action at this time.
0 commit comments