Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthNalluri committed Jan 28, 2025
1 parent 5909a44 commit 4605e13
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
car: koenigsegg
spec:
automountServiceAccountToken: true
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
containers:
- command:
- /bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
namespace: test-ns
spec:
automountServiceAccountToken: true
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
dataStore:
pvc:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/name: cockroachdb
spec:
automountServiceAccountToken: false
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
containers:
- command:
- /bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: test-cluster
namespace: test-ns
spec:
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
dataStore:
pvc:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
car: koenigsegg
spec:
automountServiceAccountToken: false
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
containers:
- command:
- /bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: test-cluster
namespace: test-ns
spec:
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
dataStore:
pvc:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
topologyKey: kubernetes.io/hostname
weight: 100
automountServiceAccountToken: false
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
containers:
- command:
- /bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ spec:
effect: "NoSchedule"
additionalAnnotations:
key: "test-value"
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
status: {}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
topologyKey: kubernetes.io/hostname
weight: 100
automountServiceAccountToken: false
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
containers:
- command:
- /bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ spec:
effect: "NoSchedule"
additionalAnnotations:
key: "test-value"
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
status: {}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/name: cockroachdb
spec:
automountServiceAccountToken: false
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
containers:
- command:
- /bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ spec:
topology:
zones:
- locality: ""
terminationGracePeriodSecs: 5
terminationGracePeriodSecs: 300
status: {}

0 comments on commit 4605e13

Please sign in to comment.