Skip to content

Commit

Permalink
Merge pull request fluxcd#98 from seaneagan/last-observed-time-doc-fix
Browse files Browse the repository at this point in the history
Remove leftover `lastObservedTime` references
  • Loading branch information
seaneagan authored Sep 30, 2020
2 parents 4ddd98a + f391ea1 commit 9e3760a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/spec/v2alpha1/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,6 @@ status:
type: Ready
lastAppliedRevision: 4.0.6
lastAttemptedRevision: 4.0.6
lastObservedTime: "2020-07-13T13:18:42Z"
lastReleaseRevision: 1
observedGeneration: 2
```
Expand All @@ -870,7 +869,6 @@ status:
failures: 1
lastAppliedRevision: 4.0.6
lastAttemptedRevision: 4.0.6
lastObservedTime: "2020-07-13T18:17:28Z"
lastReleaseRevision: 1
observedGeneration: 3
```
Expand All @@ -897,7 +895,6 @@ status:
type: Ready
lastAppliedRevision: 4.0.6
lastAttemptedRevision: 4.0.6
lastObservedTime: "2020-07-13T13:18:42Z"
lastReleaseRevision: 1
observedGeneration: 2
```

0 comments on commit 9e3760a

Please sign in to comment.