devnet-9: enable the Dora xatu integration - #76
Merged
Conversation
devnet-8 sets gen_kubernetes_config_dora_xatu_enabled and its generated Dora values carry the XATU_* environment; devnet-9 was created without it. The inventory flag is added and the generated values updated to what the generator produces for it.
There was a problem hiding this comment.
Enables the Dora xatu integration on devnet-9 by adding the gen_kubernetes_config_dora_xatu_enabled inventory flag and the XATU_* env block to the committed dora values.yaml. The change is a byte-for-byte port of devnet-8's known-good setup with the network name correctly swapped to glamsterdam-devnet-9 throughout; no CI step regenerates the hand-edited values file, and the YAML structure matches devnet-8 exactly. Clean change, nothing to flag.
Reviewed 2 changed file(s) @ fd350ac6 — no blocking issues found.
"Even a stopped clock is right twice a day."
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.
devnet-8 sets
gen_kubernetes_config_dora_xatu_enabled: trueand its generateddora/values.yamlcarries theXATU_*environment (raw + CBT ClickHouse DSNs and databases). devnet-9 was created without the flag, so its Dora has no xatu integration. This adds the inventory flag and the matching env block to the generated values (identical to devnet-8's apart from the network name). The generator was not re-run wholesale because the vendored collection in this checkout is older than the one that produced the current tree.