feat(deployment): add ArgoCD deployment stack
This commit is contained in:
parent
288eb7a91c
commit
10cce1376a
6 changed files with 145 additions and 4 deletions
28
argocd-stack/docs.yaml
Normal file
28
argocd-stack/docs.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: docs
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: prod
|
||||
spec:
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: docs
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
sources:
|
||||
- repoURL: https://edp.buildth.ing/DevFW-CICD/website-and-documentation
|
||||
targetRevision: HEAD
|
||||
path: argocd-stack/helm
|
||||
helm:
|
||||
parameters:
|
||||
- name: image.tag
|
||||
value: $ARGOCD_APP_REVISION_SHORT
|
||||
Loading…
Add table
Add a link
Reference in a new issue