Skip to content

Commit

Permalink
fix trillian (actually)
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Jun 28, 2024
1 parent 8f753fd commit 7c24d42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/trillian/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ components:
wait:
cluster:
kind: Deployment
name: app.kubernetes.io/component=logserver
name: app.kubernetes.io/component=log-server
namespace: trillian-system
condition: Available
- description: Trillian Log Signer to be Healthy
maxTotalSeconds: 90
wait:
cluster:
kind: Deployment
name: app.kubernetes.io/component=logsigner
name: app.kubernetes.io/component=log-signer
namespace: trillian-system
condition: Available
4 changes: 2 additions & 2 deletions src/trillian/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ tasks:
wait:
cluster:
kind: Deployment
name: app.kubernetes.io/component=trillian-logserver
name: app.kubernetes.io/component=log-server
namespace: trillian-system
condition: Available
- description: Trillian Log Signer to be Healthy
maxTotalSeconds: 90
wait:
cluster:
kind: Deployment
name: app.kubernetes.io/component=trillian-logsigner
name: app.kubernetes.io/component=log-signer
namespace: trillian-system
condition: Available

0 comments on commit 7c24d42

Please sign in to comment.