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
In the manifests, we are configuring a default URL for the collector but it is ignored since we prefer the value coming from a KeptnConfig. We should make use of the env var to initialize a defaultKeptnConfig until a CRD is reconciled.
Given that we reconcile it, a validation webhook with the following behavior:
if there is already an existing KeptnConfig CRD
if they have the same name, succeed
otherwise fail
otherwise succeed
The RBAC should also be cleaned up:
RBAC should grant read-only permissions on both, spec and status
no finalizer is needed
Acceptance Criteria
Use env vars as defaults
Introduce a validating webhook
RBAC is cleaned up
DoD
Tests for the validating webhook
Documentation update
The text was updated successfully, but these errors were encountered:
Goal
Clean up the implementation of
KeptnConfig
Technical Details
In the manifests, we are configuring a default URL for the collector but it is ignored since we prefer the value coming from a
KeptnConfig
. We should make use of the env var to initialize a defaultKeptnConfig
until a CRD is reconciled.Given that we reconcile it, a validation webhook with the following behavior:
KeptnConfig
CRDThe RBAC should also be cleaned up:
Acceptance Criteria
DoD
The text was updated successfully, but these errors were encountered: