Skip to content

bug(Deployment Chart): command.workingDir should be a string instead of a object #6477

Open
@TGTGamer

Description

@TGTGamer

"workingDir": {
"type": "object",
"items": {},
"description": "contains the working directory",
"title": "Working directory"
}

should be:

 "workingDir": { 
   "type": "string", 
   "items": {}, 
   "description": "contains the working directory", 
   "title": "Working directory" 
 }

So that this works:

command:
  enabled: true
  value:
    - sh
    - startup.sh
  workingDir: /string/to/path

Current error:
Incorrect type. Expected "Working directory".yaml-schema: Working directory(0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage-acceptedIssue is accepted by the organisation to be worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions