-
Notifications
You must be signed in to change notification settings - Fork 764
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
Regression caused by #1826 #1877
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
I agree. We need to do as this issue author said:
I got a regression in my composes as well. |
/remove-lifecycle rotten |
The PR #1826 caused a regression in our Compose file:
Now, I am unable to
cat /etc/hello_world.yaml
, even though the names of the secret files match in the Compose file.I would implement this solution differently, without touching any
environment
s:target
is specified, only ever transform thesource
field.target
is not specified, fill it in as/run/secrets/{source_before_transform}
.The output of the original Compose by @sosan should be:
The text was updated successfully, but these errors were encountered: