Skip to content

Commit e8e19e5

Browse files
bors[bot]johnraz
andcommitted
Merge #135
135: Add a note about the secret type bug r=anguslees a=johnraz I just got bitten by the bug in #86 and #92 and lost quite a bit of time finding out what was happening. This will hopefully help other people figure it out faster until the proper fix is released. Co-authored-by: Jonathan Liuti <[email protected]>
2 parents 87dcea3 + 0afe7f7 commit e8e19e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ the generic documentation for more information on the process.
168168

169169
## Usage
170170

171+
**WARNING**: A bug in the current version is limiting secrets to use the "opaque" type. If you need to use another secret type (eg: `kubernetes.io/dockerconfigjson`), please use kubeseal from release 0.5.1 until [#86](https://github.com/bitnami-labs/sealed-secrets/issues/86) and [#92](https://github.com/bitnami-labs/sealed-secrets/issues/92) are resolved.
172+
171173
```sh
172174
# Create a json/yaml-encoded Secret somehow:
173175
# (note use of `--dry-run` - this is just a local file!)

0 commit comments

Comments
 (0)