Skip to content

Commit

Permalink
Remove status fields that never become true
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Jan 8, 2025
1 parent 16d32d6 commit c0e1f29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
15 changes: 0 additions & 15 deletions tests/e2e/redis/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,9 @@ spec:
writeConnectionSecretToRef:
name: redis-e2e-test-creds
status:
caCertificateConditions:
- status: "True"
- status: "True"
clientCertificateConditions:
- status: "True"
- status: "True"
conditions:
- status: "True"
- status: "True"
localCAConditions:
- status: "True"
- status: "True"
selfSignedIssuerConditions:
- status: "True"
- status: "True"
serverCertificateConditions:
- status: "True"
- status: "True"

---
apiVersion: v1
Expand Down
15 changes: 0 additions & 15 deletions tests/e2e/redis/04-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,9 @@ spec:
writeConnectionSecretToRef:
name: redis-e2e-test-creds
status:
caCertificateConditions:
- status: "True"
- status: "True"
clientCertificateConditions:
- status: "True"
- status: "True"
conditions:
- status: "True"
- status: "True"
localCAConditions:
- status: "True"
- status: "True"
selfSignedIssuerConditions:
- status: "True"
- status: "True"
serverCertificateConditions:
- status: "True"
- status: "True"

---
apiVersion: v1
Expand Down

0 comments on commit c0e1f29

Please sign in to comment.