Custom Resource spec | Change Effect |
|---|---|
pgBadger.schedules.create | The 'create' schedule to create report and upload it to endpoint |
pgBadger.schedules.cleanup | The 'cleanup' schedule to delete the report left in container |
pgBadger.options.incremental | Default: false; When set to true: create incremental report in pgbadger |
pgBadger.endpoint.authentication | a secret to contain authentication info to access endpoint support basic auth only |
pgBadger.endpoint.customCertificateName | Client certitificate reference in customCertificate CR |
pgBadger.endpoint.fileUploadParameter | The file upload parameter defined by the web server Default: 'file' |
pgBadger.endpoint.insecure | equivalent to curl -insecure option, default to false |
pgBadger.endpoint.url | Web server url to upload the report file |