You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation/comment, in StackStatus.LastUpdate.State field we should see either succeeded or failed. We instead see the current commit (ie master).
Problem description
According to the documentation/comment, in
StackStatus.LastUpdate.State
field we should see eithersucceeded
orfailed
. We instead see the current commit (iemaster
).pulumi-kubernetes-operator/pkg/apis/pulumi/v1alpha1/stack_types.go
Line 100 in 79f0048
This seems to be a misconception and used throughout the code:
Compare with commit
pulumi-kubernetes-operator/pkg/controller/stack/stack_controller.go
Line 217 in 79f0048
Assigned a failed message
pulumi-kubernetes-operator/pkg/controller/stack/stack_controller.go
Lines 267 to 270 in 79f0048
Assigned a commit
pulumi-kubernetes-operator/pkg/controller/stack/stack_controller.go
Lines 297 to 305 in 79f0048
The text was updated successfully, but these errors were encountered: