Merge pull request #59 from svc-design/k3s-cluster
Update roles/vhosts/k3s-cluster
This commit is contained in:
commit
1bf1fdf435
1
.github/workflows/app-pipeline-vault.yml
vendored
1
.github/workflows/app-pipeline-vault.yml
vendored
@ -2,7 +2,6 @@ name: Setup Vault Server
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/app-pipeline-vault.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
19
.github/workflows/deplay-app-with-argocd.yaml
vendored
19
.github/workflows/deplay-app-with-argocd.yaml
vendored
@ -1,19 +0,0 @@
|
||||
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 }}
|
||||
@ -87,6 +87,7 @@ if [ ! -f "ssl_certificates.tar.gz" ]; then
|
||||
else
|
||||
if [ -f "ssl_certificates.tar.gz" ]; then
|
||||
mkdir -p "$CERT_DIR"
|
||||
tar -xvpf ssl_certificates.tar.gz
|
||||
tar -xvpf ssl_certificates.tar.gz -C "$CERT_DIR"
|
||||
echo "✅ 证书已解压至: $CERT_DIR"
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user