feat(klaus-gateway): expose a2a.fallbackIconUrlTemplate#208
Merged
Conversation
Forward the klaus-gateway a2a.fallbackIconUrlTemplate value (agent icon URL used when the AgentCard has no iconUrl) as a documented, schema-described knob under klausGateway.a2a. Empty by default.
QuentinBisson
marked this pull request as ready for review
July 21, 2026 15:15
fiunchinho
approved these changes
Jul 21, 2026
QuentinBisson
enabled auto-merge (squash)
July 21, 2026 15:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Expose the klaus-gateway
a2a.fallbackIconUrlTemplatevalue underklausGateway.a2aas a documented, schema-described knob (empty default). It forwards to the klaus-gateway subchart via the existingvaluesFrom: klausGateway.Why
klaus-gateway gains a fallback agent icon URL used when an AgentCard has no
iconUrl(giantswarm/klaus-gateway#155). This surfaces the knob on the umbrella chart so it can be set per installation.Notes
additionalProperties: trueblock, so validation was already permissive; the explicit schema property is for parity/discoverability with the siblinga2akeys.agentic-platform-connectivityis intentionally untouched: itsa2ablock exists only for the netpol/routea2a.enabledgate; the icon is consumed by the klaus-gateway workload.Depends on giantswarm/klaus-gateway#155 (chart support).