Skip to content

Commit

Permalink
generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Oct 18, 2023
1 parent 788cf3e commit 8f02723
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions charts/ocis/docs/values-desc-table.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -672,11 +672,11 @@ a| [subs=-attributes]
a| [subs=-attributes]
`true`
|
| features.sharing.passwordPolicies.bannedPasswordsList
| features.sharing.passwordPolicies.bannedPasswords
a| [subs=-attributes]
+string+
+list+
a| [subs=-attributes]
`""`
`[]`
|
| features.sharing.passwordPolicies.minCharacters
a| [subs=-attributes]
Expand Down Expand Up @@ -784,7 +784,7 @@ a| [subs=-attributes]
a| [subs=-attributes]
+string+
a| [subs=-attributes]
`"Always"`
`"IfNotPresent"`
| Image pull policy
| image.pullSecrets
a| [subs=-attributes]
Expand All @@ -802,7 +802,7 @@ a| [subs=-attributes]
a| [subs=-attributes]
+string+
a| [subs=-attributes]
`""`
`"c804f9b7120eebe276ec4d35975760e0d924fa197ba641e243ab22e118cec6ed"`
| Image sha / digest (optional).
| image.tag
a| [subs=-attributes]
Expand Down
10 changes: 6 additions & 4 deletions charts/ocis/docs/values.adoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ image:
# -- Image tag. Defaults to the chart's appVersion.
tag: "latest"
# -- Image sha / digest (optional).
sha: ""
sha: "c804f9b7120eebe276ec4d35975760e0d924fa197ba641e243ab22e118cec6ed" # oCIS as of 18th October 2023
# -- Image pull policy
pullPolicy: Always
pullPolicy: IfNotPresent
# -- Names of the secret containing the credentials to pull an image from the registry. More
# information how a secret can be defined at https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
#
Expand Down Expand Up @@ -217,8 +217,10 @@ features:
minSpecialCharacters: 0
# the minimum amount of digits the password needs to have
minDigits: 0
# the path to the file containing the list of banned passwords
bannedPasswordsList: ""
# list of banned passwords
bannedPasswords: []
# - foo
# - bar
# Apps integration
appsIntegration:
# -- Enables the apps integration.
Expand Down

0 comments on commit 8f02723

Please sign in to comment.