Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
argocd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
kubernetes
automation
101
argocd
Commits
55bb2196
Verified
Commit
55bb2196
authored
1 year ago
by
Ricardo Rocha
Browse files
Options
Downloads
Patches
Plain Diff
update main app yaml file
parent
2989e44b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.yaml
+25
-80
25 additions, 80 deletions
main.yaml
with
25 additions
and
80 deletions
main.yaml
+
25
−
80
View file @
55bb2196
---
apiVersion
:
argoproj.io/v1alpha1
kind
:
AppProject
metadata
:
name
:
bootstrap
namespace
:
argocd
spec
:
destinations
:
-
namespace
:
'
*'
server
:
'
*'
sourceRepos
:
-
'
*'
clusterResourceWhitelist
:
-
group
:
'
*'
kind
:
'
*'
---
apiVersion
:
argoproj.io/v1alpha1
kind
:
ApplicationSet
metadata
:
name
:
bootstrap
namespace
:
argocd
spec
:
generators
:
-
git
:
repoURL
:
https://gitlab.cern.ch/kubernetes/automation/101/argocd.git
revision
:
master
directories
:
-
path
:
bootstrap/*
-
path
:
bootstrap/vault
exclude
:
true
-
path
:
bootstrap/thanos
exclude
:
true
template
:
metadata
:
name
:
'
{{path.basename}}'
spec
:
project
:
bootstrap
source
:
repoURL
:
https://gitlab.cern.ch/kubernetes/automation/101/argocd.git
targetRevision
:
master
path
:
'
{{path}}'
destination
:
server
:
https://kubernetes.default.svc
namespace
:
argocd
syncPolicy
:
automated
:
prune
:
true
allowEmpty
:
true
---
apiVersion
:
argoproj.io/v1alpha1
kind
:
ApplicationSet
kind
:
Application
metadata
:
name
:
service
s
name
:
cluster
s
namespace
:
argocd
spec
:
generators
:
-
git
:
repoURL
:
https://gitlab.cern.ch/kubernetes/automation/101/argocd.git
revision
:
master
directories
:
-
path
:
services/*
template
:
metadata
:
name
:
'
{{path.basename}}'
spec
:
project
:
default
source
:
repoURL
:
https://gitlab.cern.ch/kubernetes/automation/101/argocd.git
targetRevision
:
master
path
:
'
{{path}}'
destination
:
server
:
https://kubernetes.default.svc
namespace
:
argocd
syncPolicy
:
automated
:
prune
:
true
allowEmpty
:
true
project
:
default
source
:
repoURL
:
https://gitlab.cern.ch/kubernetes/automation/101/argocd.git
targetRevision
:
master
path
:
clusters
destination
:
server
:
https://kubernetes.default.svc
namespace
:
workflows
syncPolicy
:
automated
:
allowEmpty
:
true
prune
:
true
selfHeal
:
true
syncOptions
:
-
CreateNamespace=true
---
# I have to think how to deploy bootstrap/* to argocd namespace, but bootstrap/thanos to thanos namespace
apiVersion
:
argoproj.io/v1alpha1
kind
:
Application
metadata
:
name
:
thano
s
name
:
app
s
namespace
:
argocd
spec
:
destination
:
namespace
:
thanos
server
:
https://kubernetes.default.svc
project
:
bootstrap
project
:
default
source
:
path
:
bootstrap/thanos
repoURL
:
https://gitlab.cern.ch/kubernetes/automation/101/argocd.git
targetRevision
:
master
path
:
app
destination
:
server
:
https://kubernetes.default.svc
namespace
:
argocd
syncPolicy
:
automated
:
prune
:
true
allowEmpty
:
true
prune
:
true
selfHeal
:
true
syncOptions
:
-
CreateNamespace=true
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