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
Hello, When i try to set labels and annotations in the manifestV3 the generated yaml is incorrect:
"env" -> {Collections$UnmodifiableMap@13701} size = 5 "health-check-http-endpoint" -> "/actuator/health" "health-check-type" -> "http" "labels" -> {Collections$UnmodifiableMap@13707} size = 9 "name" -> "MYAPP" "path" -> "/tmp/14212678060123353942.jar" "routes" -> {ArrayList@13713} size = 2 "services" -> {ArrayList@13715} size = 3
But the labels and annotations have to be wrapped into a metadata field. So cloud foundry doesn't update the labels and annotations
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello,
When i try to set labels and annotations in the manifestV3 the generated yaml is incorrect:
But the labels and annotations have to be wrapped into a metadata field.
So cloud foundry doesn't update the labels and annotations
The text was updated successfully, but these errors were encountered: