iac_modules/.github/workflows/deplay-app-with-argocd.yaml
2024-03-12 21:55:11 +08:00

20 lines
491 B
YAML

name: argocd job
on:
pull_request:
branches: ["main", "stable", "release/v*"]
workflow_dispatch:
branches:
- main
jobs:
argocd-job:
name:
uses: svc-design/actions/.github/workflows/workflows-call-gitops.yaml@main
with:
apiserver: "https://35.200.69.238:6443"
namespace: "itsm-dev"
helmfile: "helm_releases/apps/redis"
config_repo: "https://github.com/svc-design/gitops.git"
secrets:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}