You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add mutating webhook to set fsGroupChangePolicy field (#582)
* Add mutating webhook to set fsGroupChangePolicy field
* Added decoder, debug logging
* Fix path
* Add missing name
* Fix typo
* Add sample podAnnotator
* Try defaulter
* Do webhook registration earlier
* Add webhook server configuration annotations
* Test cert-dir annotation
* Remove webhook-server annotation
* Fix typo
* Logging
* Add webhook server
* Naming
* Formatting
* Try different registration
* Move registration after start
* Try registering FsGroupPolicySetter again
* Move registration back up again
* ...
* use port 9443 again
* Update annotation
* Add scheme
* Fix setting FSGroupChangePolicy
* Remove samples
* Make webhook configurable
* Remove useless check
* Since fsGroup is set by default, also enable webhook by default
* Move code
* Remove webhook.Options (we're using the default port anyway)
0 commit comments