Skip to content

Commit 9ddc5d8

Browse files
make skipTLSVerify as false
1 parent 3834d8d commit 9ddc5d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/v1alpha1/dataprotectiontest_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type DataProtectionTestSpec struct {
4848
ForceRun bool `json:"forceRun,omitempty"`
4949

5050
// skipTLSVerify controls whether to bypass TLS certificate validation
51-
// +kubebuilder:default=true
51+
// +kubebuilder:default=false
5252
// +optional
5353
SkipTLSVerify bool `json:"skipTLSVerify,omitempty"`
5454
}

bundle/manifests/oadp.openshift.io_dataprotectiontests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
description: forceRun will re-trigger the DPT even if it already completed
191191
type: boolean
192192
skipTLSVerify:
193-
default: true
193+
default: false
194194
description: skipTLSVerify controls whether to bypass TLS certificate
195195
validation
196196
type: boolean

config/crd/bases/oadp.openshift.io_dataprotectiontests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
description: forceRun will re-trigger the DPT even if it already completed
191191
type: boolean
192192
skipTLSVerify:
193-
default: true
193+
default: false
194194
description: skipTLSVerify controls whether to bypass TLS certificate
195195
validation
196196
type: boolean

0 commit comments

Comments
 (0)