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
I need to add annotations to Pods inside a ReplicationController. According to kubernetes doc for ReplicationController,
The .spec.template is a pod template. It has exactly the same schema as a pod, except it is nested and does not have an apiVersion or kind.
But kubernetes_replication_controller.spec.template doesn't have a metadata argument.
Terraform version: Terraform v0.11.9
The text was updated successfully, but these errors were encountered:
I believe it is the same as #106
Sorry, something went wrong.
Hi @alexsomesan, I believe this one can be closed as it was resolved by #193.
True! Thanks for pointing it out. Warping this one up.
No branches or pull requests
I need to add annotations to Pods inside a ReplicationController. According to kubernetes doc for ReplicationController,
But kubernetes_replication_controller.spec.template doesn't have a metadata argument.
Terraform version:
Terraform v0.11.9
The text was updated successfully, but these errors were encountered: