Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| devops:xhr:helm:kustomize_explain [2025/10/08 11:12] – created td | devops:xhr:helm:kustomize_explain [2025/10/08 11:14] (current) – [Kustomize explain] td | ||
|---|---|---|---|
| Line 46: | Line 46: | ||
| │ | │ | ||
| ``` | ``` | ||
| + | ` | ||
| ## Inheritance | ## Inheritance | ||
| Line 52: | Line 53: | ||
| The Kafka topic fields come from the base ConfigMap through Kustomize' | The Kafka topic fields come from the base ConfigMap through Kustomize' | ||
| - | * Base ConfigMap defines the Kafka topic fields with ENV_PLACEHOLDER values | + | * Base ConfigMap defines the Kafka topic fields with ENV_PLACEHOLDER values |
| - | * Production ConfigMap completely replaces the base ConfigMap BUT only defines the fields it explicitly contains | + | |
| - | * Replacements then modify the KAFKA_* fields that were inherited from the base | + | * Production ConfigMap completely replaces the base ConfigMap BUT only defines the fields it explicitly contains |
| + | |||
| + | * Replacements then modify the KAFKA_* fields that were inherited from the base | ||