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
5 changes: 4 additions & 1 deletion applicationsets/addons-agent-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ spec:
targetRevision: main
path: charts/operator
helm:
releaseName: operator
# Matches the Application name above so Application == release ==
# Deployment (eks-agent-platform-operator) — one fully-qualified name
# instead of a bare, generic "operator" Deployment in the namespace.
releaseName: eks-agent-platform-operator
# Per-cluster IRSA + identity, read from the cluster Secret's labels
# (account-agnostic) and annotations (account-specific, published by
# cluster-bootstrap). valuesObject overrides the valueFiles below, so
Expand Down