Skip to content

Commit

Permalink
default template
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxsw1ng committed Oct 4, 2024
1 parent d335839 commit c1b0e5a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
Empty file added Apps/argo.yml
Empty file.
Empty file added System/app.yml
Empty file.
Empty file added System/argo.yml
Empty file.
Empty file added Terraform/main.tf
Empty file.
Empty file added Terraform/providers.tf
Empty file.
Empty file added Terraform/variables.tf
Empty file.
15 changes: 15 additions & 0 deletions common.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: common
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-100"
spec:
project: default
destination:
server: https://kubernetes.default.svc
source:
repoURL: https://github.com/ClubCedille/k8s-common
path: common
targetRevision: HEAD

0 comments on commit c1b0e5a

Please sign in to comment.