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
As we discussed here:
CRD object: TFJob
So I propose to deprecate the ENV MY_POD_NAMESPACE and MY_POD_NAME.
ENV MY_POD_NAMESPACE
MY_POD_NAME
@jlewi WDYT?
The text was updated successfully, but these errors were encountered:
Deprecate MY_POD_NAME and use default namespace (#348)
e2b13e0
This PR fixes #341: Deprecate the ENV MY_POD_NAMESPACE and MY_POD_NAME And use NamespaceDefault by default
Successfully merging a pull request may close this issue.
As we discussed here:
CRD object: TFJob
from CRD yaml fileSo I propose to deprecate the
ENV MY_POD_NAMESPACE
andMY_POD_NAME
.@jlewi WDYT?
The text was updated successfully, but these errors were encountered: