-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
remove SecretGenerators from Kustomization.yaml #694
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Liujingfang1 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are there in-repo docs/examples that need updating as well?
// The resulting resource is a normal operand, subject to | ||
// name prefixing, patching, etc. By default, the name of | ||
// the map will have a suffix hash generated from its contents. | ||
SecretGenerator []SecretArgs `json:"secretGenerator,omitempty" yaml:"secretGenerator,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we drop the unused SecretArgs, CommandSources, Timeout, Shell, etc, fields?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should drop them. I'll update the change as well as dropping secretGenerator from the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated doc and removed secretArgs
.
0f2e547
to
5489dbb
Compare
5489dbb
to
07a43e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit, lgtm otherwise
type: Opaque | ||
|
||
# generatorOptions modify behavior of all ConfigMap and Secret generators | ||
# generatorOptions modify behavior of all ConfigMap generators | ||
generatorOptions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop shell/timeoutSeconds examples?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
no, that seems reasonable as well |
@monopole Are we going to replace |
Close this PR since we chose a different approach as in #703 |
Fix #692
remove
SecretGenerator
from kustomization.yamlupdate unit tests