Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Integration
Manage
Activity
Members
Labels
Plan
Issues
29
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
3
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 Projects
xfsc
Integration
Merge requests
!9
fix reference of app-of-apps
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix reference of app-of-apps
fix/argocd
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Cristina Pauna
requested to merge
fix/argocd
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
8273c41e
1 commit,
2 years ago
1 file
+
9
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
environments/integration/values.yaml
+
9
−
6
Options
@@ -4,29 +4,32 @@ sourceRef: main
applications
:
-
name
:
base-apps
namespace
:
operators
namespace
:
argocd
project
:
base
enabled
:
true
sourcePath
:
"
./argocd"
helmValues
:
-
../environments/integration/base.yaml
-
name
:
platform-apps
namespace
:
operators
namespace
:
argocd
project
:
platform
enabled
:
true
sourcePath
:
"
./argocd"
helmValues
:
-
../environments/integration/platform.yaml
-
name
:
gxfs-portal
namespace
:
operators
project
:
gxfs
namespace
:
argocd
project
:
gxfs
-portal
enabled
:
true
sourcePath
:
"
./argocd"
helmValues
:
-
../environments/integration/gxfs-portal.yaml
-
name
:
gxfs-idm
namespace
:
operators
project
:
gxfs
namespace
:
argocd
project
:
gxfs
-idm
enabled
:
true
sourcePath
:
"
./argocd"
helmValues
:
Loading