Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions functions/render/001-state-status.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
# Compute status output
# ==============================================================================

# Ready state determined by function-auto-ready
{{- $ready := false }}
# Overall readiness requires both workload installation and AWS Pod Identity.
{{- $ready := and $helmReleaseReady $podIdentityReady }}

{{- $state = set $state "observed" (dict
"helmRelease" (dict "ready" $helmReleaseReady)
Expand Down
Loading