Skip to content

Commit 5eb345a

Browse files
author
Rahman
committed
Providing link to secret generating page in kustomize
1 parent 251e414 commit 5eb345a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ secretGenerator:
2323
- UPPERCASE_KEY=true # Optional
2424
```
2525
26-
Assuming you have two parameter under `/path/to/my/secrets/` such as:
26+
Assuming you have two parameters under `/path/to/my/secrets/` such as:
2727

2828
`/path/to/my/secrets/key1` with value of `value1` and
2929

@@ -50,3 +50,5 @@ So to test you have to build it from master branch and run it with `enable_alpha
5050
```
5151
kustomize --enable_alpha_goplugins_accept_panic_risk build ./kustomization.yaml | kubectl apply -f -
5252
```
53+
54+
[More info](https://github.com/kubernetes-sigs/kustomize/blob/cfb0c5e/examples/kvSourceGoPlugin.md#generating-secrets)

0 commit comments

Comments
 (0)