Skip to content

Commit 6f542b2

Browse files
committed
update docs
Signed-off-by: TheRealNoob <mike1118@live.com>
1 parent 502adfc commit 6f542b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/dex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ ingress:
183183
| strategy | object | `{}` | Deployment [strategy](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy) configuration. |
184184
| networkPolicy.enabled | bool | `false` | Create [Network Policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) |
185185
| networkPolicy.egressRules | list | `[]` | A list of network policy egress rules |
186-
| extraObjects | string | `nil` | extra objects to deploy (passed through tpl). Can be defined as a list or dictionary. List objects can template keys, but doesn't support merging from multiple values files. Dictionaries can't template keys, but can merge values files which makes it better suited for use with encrypted and unencrypted values files. |
186+
| extraObjects | list | `[]` | extra objects to deploy extraObjects can be of type map or slice. If slice, keys are ignored and only values are used. items contained within extraObjects can be defined as dict or string and are passed through tpl. |
187187

188188
## Migrating from stable/dex (or banzaicloud-stable/dex) chart
189189

0 commit comments

Comments
 (0)