-
Notifications
You must be signed in to change notification settings - Fork 738
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
Selective excluding secrets/configmaps from cloning #435
Labels
kind/feature
Feature request
Comments
stealthybox
added a commit
to stealthybox/flagger
that referenced
this issue
Aug 14, 2020
This allows a user to annotate a specific ConfigMap or Secret to be disabled/ignored via the configTracking logic that tracks config changes makes configuration copies for the primary Deploy Closes fluxcd#435
stealthybox
added a commit
to stealthybox/flagger
that referenced
this issue
Aug 14, 2020
This allows a user to annotate a specific ConfigMap or Secret to be disabled/ignored via the configTracking logic that tracks config changes makes configuration copies for the primary Deploy Closes fluxcd#435
stealthybox
added a commit
to stealthybox/flagger
that referenced
this issue
Aug 17, 2020
This allows a user to annotate a specific ConfigMap or Secret to be disabled/ignored via the configTracking logic that tracks config changes makes configuration copies for the primary Deploy Closes fluxcd#435
stealthybox
added a commit
to stealthybox/flagger
that referenced
this issue
Aug 17, 2020
This allows a user to annotate a specific ConfigMap or Secret to be disabled/ignored via the configTracking logic that tracks config changes makes configuration copies for the primary Deploy Closes fluxcd#435
@voroniys, this is now included in the latest release -- we hope it satisfies your use-case 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initially requested in #417 - make possible to exclude some secret or configmap from cloning to -primary and -cannary. To my mind the best way to achieve it is place some special annotation to secret/configmap that should not be cloned.
The configuration switch introduced in #425 can work as setting default policy, so tracking by default yes or no, which in turn can be altered for specified resources with annotation set to true or false.
This will be complete and ideal solution for issue #417
The text was updated successfully, but these errors were encountered: