Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KV pairs from parent namespace are not inherited to child namespaces #5037

Open
anna-geller opened this issue Sep 24, 2024 · 0 comments
Open
Assignees
Labels
area/backend Needs backend code changes bug Something isn't working

Comments

@anna-geller
Copy link
Member

Describe the issue

reproducer - add parent key in company namespace and run:

id: child
namespace: company.team
tasks:
  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: Hello {{ kv('parent') }}

Environment

  • Kestra Version:
  • Operating System (OS/Docker/Kubernetes):
  • Java Version (if you don't run kestra in Docker):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants