• wayne's avatar
    fix(templates/kubit): logic inversion on kubitSingleNamespace (#648) · f6dacf9a
    wayne authored
    * 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}}
    ```
    f6dacf9a
Name
Last commit
Last update
.github/workflows Loading commit data...
charts Loading commit data...
terraform Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
ct.yaml Loading commit data...