Skip to content

Commit

Permalink
add argocd files
Browse files Browse the repository at this point in the history
  • Loading branch information
vadlvs committed Jan 26, 2024
1 parent aeb371d commit ebca7e7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions project/argocd/helm-techtrends-prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: techtrends-prod
namespace: argocd
spec:
destination:
namespace: default
server: https://kubernetes.default.svc
project: default
source:
helm:
valueFiles:
- values-prod.yaml
path: project/helm
repoURL: https://github.com/vadlvs/nd064_course_1
targetRevision: HEAD
17 changes: 17 additions & 0 deletions project/argocd/helm-techtrends-staging.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: techtrends-staging
namespace: argocd
spec:
destination:
namespace: default
server: https://kubernetes.default.svc
project: default
source:
helm:
valueFiles:
- values-staging.yaml
path: project/helm
repoURL: https://github.com/vadlvs/nd064_course_1
targetRevision: HEAD
Binary file added project/screenshots/argocd-ui.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebca7e7

Please sign in to comment.