Skip to content

Commit

Permalink
Update applcation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NaveenBalagouni authored Jan 3, 2025
1 parent 5f406db commit b850786
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Argocd/argocd-apps-srcs/apps/multi-sources-app/applcation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
namespace: argocd
spec:
project: default
# First Source (Frontend from Git Repository)
source:
# First Source (Frontend from Git Repository)
repoURL: https://github.com/OpsMx/cnoe.git
targetRevision: main
path: Argocd/argocd-apps-srcs/argocd-re-src/single-helm-src
Expand All @@ -23,21 +23,23 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true

# Second Source (Backend from a Different Git Repository)
sources:
- repoURL: https://github.com/OpsMx/cnoe.git
targetRevision: main
path: Argocd/argocd-apps-srcs/argocd-re-src/single-git-src

# Optional third source (Database from a Helm chart)
source:
repoURL: https://opsmx.github.io/cnoe-helm
chart: cnoe-charts
targetRevision: 0.1.0
helm:
releaseName: postgresql
values: |
postgresqlPassword: "mysecretpassword"
postgresqlDatabase: "mydatabase"
sources:
- repoURL: https://opsmx.github.io/cnoe-helm
chart: cnoe-charts
targetRevision: 0.1.0
helm:
releaseName: postgresql
values: |
postgresqlPassword: "mysecretpassword"
postgresqlDatabase: "mydatabase"
destination:
server: https://kubernetes.default.svc
namespace: multisource
Expand Down

0 comments on commit b850786

Please sign in to comment.