File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ permissions:
10
10
actions : read
11
11
12
12
jobs :
13
- k8-cluster- deploy :
14
- name : ' K8: Deploy Cluster '
13
+ k8-deploy :
14
+ name : ' K8: Deploy'
15
15
runs-on : ubuntu-latest
16
16
if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
17
17
environment : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 1
- name : ' K8: Deploy '
1
+ name : ' K8: Test '
2
2
3
3
on :
4
4
workflow_call :
@@ -14,14 +14,13 @@ permissions:
14
14
actions : read
15
15
16
16
jobs :
17
- k8-cluster-deploy :
18
- name : ' K8: Deploy Cluster '
17
+ k8-test :
18
+ name : ' K8: Test '
19
19
runs-on : ubuntu-latest
20
- if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
21
- environment : ${{ github.ref_name }}
20
+ environment : dev
22
21
env :
23
22
KUBELOGIN_VERSION : " v0.0.25"
24
- KUBERNETES_CLUSTER_REPO_NAME : " k8s-cluster-freeapi "
23
+ KUBERNETES_CLUSTER_REPO_NAME : ${{ vars.KUBERNETES_CLUSTER_REPO_NAME }}
25
24
KUBERNETES_CLUSTER_NAME : " ${{ vars.KUBERNETES_CLUSTER_NAME }}"
26
25
KUBERNETES_NAMESPACE : " ${{ vars.KUBERNETES_NAMESPACE }}"
27
26
KUBERNETES_MANIFEST_PATH : " ${{ vars.KUBERNETES_MANIFEST_PATH }}"
You can’t perform that action at this time.
0 commit comments