refactor(argocd): split bootstrap files
- rename bootstrap files for clarification - remove project and application from argocd-apps values - add new YAML for project configuration - add new YAML for application configuration
This commit is contained in:
parent
0794c89dba
commit
de0fabd0b1
5 changed files with 54 additions and 50 deletions
19
argocd-bootstrap/001-helm-argocd.yml
Normal file
19
argocd-bootstrap/001-helm-argocd.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: argocd
|
||||
namespace: kube-system
|
||||
spec:
|
||||
# do not change order! (needed for renovate)
|
||||
chart: argo-cd
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
version: 7.5.2
|
||||
targetNamespace: argocd
|
||||
valuesContent: |-
|
||||
applicationSet:
|
||||
enabled: false
|
||||
notifications:
|
||||
enabled: false
|
||||
dex:
|
||||
enabled: false
|
Loading…
Add table
Add a link
Reference in a new issue