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
Looking at the code, value hard coded for the controller manager is gatekeeper-controller-manager but the name used for the statefulset in rendered.yaml is controller-manager.
Fixing the statefulset name in rendered.yaml resolves the issue.
Followed the Instructions on https://github.com/replicatedhq/gatekeeper#getting-started but the controller manager fails to launch new gatekeeper. controller manager logs show error getting statefulset.
Looking at the code, value hard coded for the controller manager is
gatekeeper-controller-managerbut the name used for the statefulset in rendered.yaml iscontroller-manager.Fixing the statefulset name in rendered.yaml resolves the issue.