-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
False
-
Passed
-
-
0
-
0
-
0
-
Untriaged
-
None
If a user sets the following DPA CR:
```
apiVersion: oadp.openshift.io/v1alpha1
kind: DataProtectionApplication
metadata:
name: velero-sample
spec:
configuration:
velero:
defaultPlugins:
- openshift
- aws
restic:
enable: true
backupLocations:
- velero:
provider: aws
default: true
objectStorage:
bucket: my-bucket-name
prefix: velero
config:
region: us-east-1
profile: "default"
credential:
name: custom-secret
key: cloud
```
Notice the custom-secret name, with restic enabled. The restic daemonset pods will be stuck in `containerCreating` state.