Skip to content

Forgot a "enabled" in newt-instances? Deployment will never start without it ;-) #5

@echo-devnull

Description

@echo-devnull

You have made the creation of the deployment dependent on the value "enabled" to be true:

But in the default values, it is never set:

So one would never actually start a newt instance without going through the code and looking up the logics.

To make it work, we need to add:

newtInstances:
  - name: "main-tunnel"
    enabled: true

To the values file.

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