Morio Settings: metadata
The metadata
key is optional but it allows you to add
metadata to your settings.
TIP
Morio supports gitops
We recommend keeping your settings under version control, and preseeding
them. When that is not possible, the
metadata
key allows you to at least add some metadata to keep track of changes.
metadata.comment
Optional A comment, or a list of comments, to keep in your settings.
- Single comment
- List of comments
metadata:
comment: Added LDAP IDP for on-prem Active Directory
metadata:
comment:
- '20240825: Added LDAP IDP for on-prem Active Directory - @mario'
- '20240509: Initial deploy - @luigi'
metadata.version
Optional A string or number to indicate the version of the settings.
- Version as number
- Version as string
metadata:
version: 20240825
metadata:
version: prod-7.12.3-rc.1