Skip to content

Commit

Permalink
Update output timestamp SHIP
Browse files Browse the repository at this point in the history
Add missing `BuildTimestamp` in example.
  • Loading branch information
HeavyWombat authored Feb 12, 2024
1 parent 0751ac5 commit 6d114b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ships/0037-build-output-timestamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ We will extend the Build resource by an additional (Unix epoch) timestamp entry
```yaml
spec:
output:
timestamp: Zero | SourceTimestamp | <timestamp> | (null)
timestamp: Zero | SourceTimestamp | BuildTimestamp | <timestamp> | (null)
```
The `timestamp` entry is an optional string value field with the default being `null`. It can have multiple values that lead to different behavior:
Expand Down

0 comments on commit 6d114b5

Please sign in to comment.