Skip to content

Additional Properties

This page describes how to configure additional properties for a Restore.

It is possible to define additional properties for the source and sink.

apiVersion: kannika.io/v1alpha
kind: Restore
metadata:
name: restore
spec:
sink: "sink"
source: "source"
sinkAdditionalProps:
key: value
sourceAdditionalProps:
key: value
config: {}

The sinkAdditionalProps and sourceAdditionalProps are key-value pairs that are passed to the source and sink configuration. The values must be strings.

These properties are passed to the source and sink configuration, which are mounted to /kannika/config in the restore container.