Skip to content

Additional Properties

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

apiVersion: kannika.io/v1alpha
kind: Backup
metadata:
name: backup
spec:
sink: "sink"
source: "source"
sinkAdditionalProps:
key: "value" # Must be a string
sourceAdditionalProps:
key: "value" # Must be a string

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 backup container.