Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(templates/kubit): logic inversion on kubitSingleNamespace #648

Merged

Commits on May 23, 2024

  1. fix(templates/kubit): logic inversion on kubitSingleNamespace

    Prior to this PR setting `Values.kubitSingleNamespace` to `false` would
    cause it to watch only a single namespace, which seems to be the `kubit`
    namespace itself. The reason it ends up watching the `kubit` namespace
    can be seen in the deployment's namespace setting:
    
    ```
      namespace: {{if .Values.kubitSingleNamespace}}{{.Values.namespaceOverride | default .Release.Namespace}}{{else}}kubit{{end}}
    ```
    waynr committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fa21efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b0675a View commit details
    Browse the repository at this point in the history