Skip to content

[Bug] Wrong projection generated when endpointCA is not specified. #347

@mnencia

Description

@mnencia

When you do not specify an endpointCA, the resulting patch contains this operation:

  {
    "op": "add",
    "path": "/spec/volumes/4",
    "value": {
      "name": "barman-certificates",
      "projected": {
        "sources": null
      }
    }
  },

This is an invalid projection and could be rejected in some environments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions