mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
22 lines
913 B
YAML
22 lines
913 B
YAML
|
|
apiVersion: serving.knative.dev/v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: helloworld
|
||
|
|
namespace: default
|
||
|
|
spec: {}
|
||
|
|
status:
|
||
|
|
conditions:
|
||
|
|
- lastTransitionTime: "2022-06-14T03:45:38Z"
|
||
|
|
message: 'Revision "helloworld-00002" failed with message: Container failed with: container exited with no error.'
|
||
|
|
reason: RevisionFailed
|
||
|
|
status: "False"
|
||
|
|
type: ConfigurationsReady
|
||
|
|
- lastTransitionTime: "2022-06-14T03:45:38Z"
|
||
|
|
message: 'Revision "helloworld-00002" failed with message: Container failed with: container exited with no error.'
|
||
|
|
reason: RevisionFailed
|
||
|
|
status: "False"
|
||
|
|
type: Ready
|
||
|
|
- lastTransitionTime: "2022-06-16T09:35:11Z"
|
||
|
|
status: "True"
|
||
|
|
type: RoutesReady
|