Skip to content

Refactor namespace configuration to use global.namespace#68

Open
lanmaoxinqing wants to merge 1 commit intomainfrom
sky/namespace_opt
Open

Refactor namespace configuration to use global.namespace#68
lanmaoxinqing wants to merge 1 commit intomainfrom
sky/namespace_opt

Conversation

@lanmaoxinqing
Copy link
Copy Markdown
Collaborator

  • Replace all .Values.metadata.namespace with .Values.global.namespace across all sub-chart templates
  • Remove metadata.namespace configuration from parent and sub-chart values.yaml files
  • Update _helpers.tpl files to use .Values.global.namespace for service address generation
  • Remove sandbox namespace OSS secret creation from envhub
  • Preserve sandboxNamespace configuration for controller pod templates

Changes include:

  • deploy/values.yaml: Remove metadata.namespace from all sub-chart configurations
  • deploy/api-service/, deploy/controller/, deploy/envhub/, deploy/redis/:
    • Update templates to use .Values.global.namespace
    • Remove metadata.namespace from values.yaml
  • deploy/*/templates/_helpers.tpl: Update helper functions to use .Values.global.namespace

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants