Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ Take the certification yourself at [https://codefresh.io/courses/get-gitops-cert


>> Good commit

Bad commit
32 changes: 32 additions & 0 deletions helm-multi-source/01-single-app/prod-us-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prod-us-app
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: prod-us
sources:
- repoURL: https://github.com/elendis/gitops-cert-level-3-examples.git
path: helm-multi-source/my-chart
targetRevision: HEAD
helm:
valueFiles:
- $values/helm-multi-source/my-values/common-values.yaml
- $values/helm-multi-source/my-values/app-version/prod-values.yaml
- $values/helm-multi-source/my-values/env-type/prod-values.yaml
- $values/helm-multi-source/my-values/regions/us-values.yaml
- $values/helm-multi-source/my-values/envs/prod-us-values.yaml
- repoURL: 'https://github.com/elendis/gitops-cert-level-3-examples.git'
targetRevision: HEAD
ref: values
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true