Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cloud
Merge requests
!880
Issue
#3276704
: Add a BDD test suite for Namespaces (1) (Create)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3276704
: Add a BDD test suite for Namespaces (1) (Create)
issue/cloud-3276704:3276704-update-the-k8s
into
5.x
Overview
0
Commits
4
Pipelines
0
Changes
3
Merged
Kumiko Ono
requested to merge
issue/cloud-3276704:3276704-update-the-k8s
into
5.x
3 years ago
Overview
0
Commits
4
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
5.x
version 4
c3fdfead
3 years ago
version 3
e28deb18
3 years ago
version 2
1943706b
3 years ago
version 1
f461fea8
3 years ago
5.x (base)
and
latest version
latest version
c3fdfead
4 commits,
3 years ago
version 4
c3fdfead
4 commits,
3 years ago
version 3
e28deb18
3 commits,
3 years ago
version 2
1943706b
2 commits,
3 years ago
version 1
f461fea8
1 commit,
3 years ago
3 files
+
47
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
modules/cloud_service_providers/k8s/tests/src/Behat/features/templates/params/k8s_params.yml
+
3
−
1
Options
@@ -18,7 +18,7 @@ k8s_cloud_service_provider_name_entered:
k8s_cloud_service_provider_name
:
BDD_K8s_@Random
namespace
:
default
bdd-namespace-@random
pod_name
:
nginx-@random
port
:
@@ -33,3 +33,5 @@ user_name:
BDD_user_@Random
user_password
:
BDD_pwd_@Random
wait
:
500
Loading