Spring
AI
Spring AI
Java
Quarkus Spring Spring Data Spring Cloud Hibernate
Python
Database
Postgresql Mysql
Spring Cloud Kubernetes 中文文档
    • Introduction
    • Starters
    • DiscoveryClient for Kubernetes
    • Kubernetes native service discovery
    • Kubernetes PropertySource implementations
      • Using a ConfigMap PropertySource
      • Secrets PropertySource
      • Namespace resolution
      • Order of ConfigMaps and Secrets
      • PropertySource Reload
      • Reload namespace and label filtering
    • Kubernetes Ecosystem Awareness
    • Pod Health Indicator
    • Info Contributor
    • Leader Election
    • LoadBalancer for Kubernetes
    • Security Configurations Inside Kubernetes
    • Service Registry Implementation
    • Spring Cloud Kubernetes Configuration Watcher
    • Spring Cloud Kubernetes Config Server
    • Spring Cloud Kubernetes Discovery Server
    • Examples
    • Other Resources
    • Common application properties
  • Spring Cloud Kubernetes 中文文档
  • Kubernetes PropertySource implementations
  • Order of ConfigMaps and Secrets

Order of ConfigMaps and Secrets

如果出于某种原因,您启用了 ConfigMap 和 secret,且它们之间存在公共属性,则 ConfigMap 中的值具有更高的优先级。也就是说:它将覆盖在 secret 中找到的任何值。

粤ICP备2024239452号-1