My Wiki!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
devops:xhr:helm:kustomize_explain [2025/10/08 11:12] – created tddevops:xhr:helm:kustomize_explain [2025/10/08 11:14] (current) – [Kustomize explain] td
Line 46: Line 46:
 │               └── kustomization.yaml │               └── kustomization.yaml
 ``` ```
 +`
 ## Inheritance ## Inheritance
  
Line 52: Line 53:
 The Kafka topic fields come from the base ConfigMap through Kustomize's inheritance mechanism. Here's the process: The Kafka topic fields come from the base ConfigMap through Kustomize's inheritance mechanism. Here's the process:
  
-* 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
  
  

Navigation