Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSM Packages
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vnf-onboarding
OSM Packages
Commits
f13e3cd5
Commit
f13e3cd5
authored
2 weeks ago
by
garciadeblas
Browse files
Options
Downloads
Patches
Plain Diff
Update namespace in kustomizations of jenkins and testacme OKA
Signed-off-by:
garciadeblas
<
gerardo.garciadeblas@telefonica.com
>
parent
b25a6924
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#18423
passed with stages
in 2 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
oka/apps/jenkins/templates/jenkins-ks.yaml
+1
-1
1 addition, 1 deletion
oka/apps/jenkins/templates/jenkins-ks.yaml
oka/apps/testacme/templates/testacme-ks.yaml
+1
-1
1 addition, 1 deletion
oka/apps/testacme/templates/testacme-ks.yaml
with
2 additions
and
2 deletions
oka/apps/jenkins/templates/jenkins-ks.yaml
+
1
−
1
View file @
f13e3cd5
...
...
@@ -19,7 +19,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind
:
Kustomization
metadata
:
name
:
jenkins
namespace
:
jenkins
namespace
:
flux-system
spec
:
interval
:
1h0m0s
path
:
./apps/jenkins/manifests
...
...
This diff is collapsed.
Click to expand it.
oka/apps/testacme/templates/testacme-ks.yaml
+
1
−
1
View file @
f13e3cd5
...
...
@@ -7,7 +7,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind
:
Kustomization
metadata
:
name
:
${APPNAME}
namespace
:
${TARGET_NS}
namespace
:
flux-system
spec
:
interval
:
1h0m0s
path
:
./apps/testacme/manifests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment