Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Synthetic Data Generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Eclipse Research Labs
CODECO Project
Experimentation Framework and Demonstrations
Data Generators and Datasets
Synthetic Data Generator
Merge requests
!9
Acm namespace fix 27062024
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Acm namespace fix 27062024
acm_namespace_fix_27062024
into
main
Overview
0
Commits
13
Pipelines
1
Changes
11
Merged
Panagiotis Karamolegkos
requested to merge
acm_namespace_fix_27062024
into
main
1 year ago
Overview
0
Commits
13
Pipelines
1
Changes
11
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
afa80183
13 commits,
1 year ago
11 files
+
37
−
17
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
acm-controller/acm-controller-deployment.yaml
+
3
−
1
Options
@@ -18,8 +18,10 @@ spec:
@@ -18,8 +18,10 @@ spec:
serviceAccountName
:
default
serviceAccountName
:
default
containers
:
containers
:
-
name
:
acm-controller
-
name
:
acm-controller
image
:
docker.io/hecodeco/acm-controller:v2.0.
1
image
:
docker.io/hecodeco/acm-controller:v2.0.
2
imagePullPolicy
:
Always
imagePullPolicy
:
Always
env
:
env
:
-
name
:
LIST_OF_NODES
-
name
:
LIST_OF_NODES
value
:
"
node1,node2,node3"
value
:
"
node1,node2,node3"
-
name
:
ACM_CR_NAMESPACE
value
:
"
test-namespace"
# Change this to the desired namespace for the CRD
Loading