We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to add custom labels on an app level to running containers in addition to the existing Nebula labels of:
The existing Nebula labels should not be possible to be overwritten as so there should be some failsafe check to prevent overwriting them.
This should be an optional dict in the app config which defaults to {} if not set and in which case only the existing Nebula labels should be added.
Currently only the default labels are added to running containers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected/Wanted Behavior
It should be possible to add custom labels on an app level to running containers in addition to the existing Nebula labels of:
The existing Nebula labels should not be possible to be overwritten as so there should be some failsafe check to prevent overwriting them.
This should be an optional dict in the app config which defaults to {} if not set and in which case only the existing Nebula labels should be added.
Actual Behavior
Currently only the default labels are added to running containers.
The text was updated successfully, but these errors were encountered: