Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[bug]: v0.0.12 helm chart now requires that you pass in your own namespace #126

Open
@diranged

Description

@diranged

In#124 you now must pass in your own namespace as a parameter to the helm chart if you don't want to create aClusterRole andClusterRoleBinding. This is rough from a GitOps perspective, because it means that you have two choices (in an environment where applications are not allowed to create cluster-scoped resources):

  1. You createvalues.<something>.yaml files where you setnamespaces: [ my-coder-ns ] and launch the application with custom values files for each namespace you put it in.
  2. When you launch the application you pass in--set namespaces=...

In my opinion, ifnamespaces is not set, then there should be a simple setting ofrbacScope: <namespace|cluster> ... and if it is set tonamespace then the RBAC permissions created withRole/RoleBindings (andNAMESPACES=${{ .Release.Namespace}} is set as an env variable). If it is set tocluster, then you createClusterRole/ClusterRoleBindings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp