-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix configmap name #207
Fix configmap name #207
Conversation
Signed-off-by: David Wertenteil <[email protected]>
PR Analysis
PR Feedback
How to use
|
PR Analysis
PR Feedback
How to use
|
PR Type:
Refactoring
PR Description:
This PR includes changes to the ConfigMap name used in the Kubescape tests. The ConfigMap name 'kubescape-config' has been replaced with 'KS_CONFIG' to reflect the changes in the system under test. The changes are made in the following files:
PR Main Files Walkthrough:
files:
systest_utils/statics.py
: Replaced 'kubescape-config' with 'KS_CONFIG'. Also, added a new constant 'KS_SECRET'.tests_scripts/kubescape/config.py
: Updated the ConfigMap name in the 'start', 'compare_set_result', and 'compare_view_result' methods from 'kubescape-config' to 'KS_CONFIG'.