We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251e414 commit 5eb345aCopy full SHA for 5eb345a
README.md
@@ -23,7 +23,7 @@ secretGenerator:
23
- UPPERCASE_KEY=true # Optional
24
```
25
26
-Assuming you have two parameter under `/path/to/my/secrets/` such as:
+Assuming you have two parameters under `/path/to/my/secrets/` such as:
27
28
`/path/to/my/secrets/key1` with value of `value1` and
29
@@ -50,3 +50,5 @@ So to test you have to build it from master branch and run it with `enable_alpha
50
51
kustomize --enable_alpha_goplugins_accept_panic_risk build ./kustomization.yaml | kubectl apply -f -
52
53
+
54
+[More info](https://github.com/kubernetes-sigs/kustomize/blob/cfb0c5e/examples/kvSourceGoPlugin.md#generating-secrets)
0 commit comments