Thanks to visit codestin.com
Credit goes to github.com

Skip to content

QUEUE_PORT not present in environment of non-ephemeral DataInputsΒ #13

@ztaylor54

Description

@ztaylor54

πŸ› Describe the bug

When a DataInput is defined with spec.ephemeral: false, the Manager does not add QUEUE_PORT to the underlying deployment's environment.

πŸ“œ To Reproduce

Simply compare the container's env block in the manifests for ephemeral (Job) vs non-ephemeral (Deployment) DataInputs:

env:
  - name: DATA_JSON
    value: '{data_json}'
  - name: QUEUE_HOSTNAME
    value: '{queue_hostname}'
  # not present in the non-ephemeral version:
  - name: QUEUE_PORT
    value: '{queue_port}'
  - name: QUEUE_ID
    value: '{queue_id}'

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions