File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,22 @@ jobs:
19
19
with :
20
20
fetch-depth : 0
21
21
22
+ - name : compile
23
+ run : |
24
+ ./kapitan compile
25
+
22
26
- uses : azure/setup-kubectl@v3
23
27
id : install
24
28
25
- - name : Create kind cluster
26
- uses : helm/kind-action@v1.2.0
27
- with :
28
- cluster_name : kind
29
-
30
- - name : Check connectivity to the cluster
31
- run : ./compiled/tutorial/scripts/kubectl get pods
29
+ - name : setups the cluster
30
+ run : |
31
+ ./compiled/tutorial/scripts/setup_cluster
32
+ ./compiled/tutorial/scripts/setup_context
33
+ ./compiled/tutorial/scripts/kubectl get pods
32
34
33
35
- name : Run chart-testing (install)
34
- run : ./compiled/tutorial/scripts/apply
36
+ run : ./compiled/tutorial/scripts/apply
37
+
38
+ - name : setups the cluster
39
+ run : |
40
+ ./compiled/tutorial/scripts/kubectl rollout status deployment echo-server -w --timeout=60s
Original file line number Diff line number Diff line change 1
1
# Kapitan Reference Setup
2
2
3
+ [ ![ CI] ( https://github.com/kapicorp/kapitan-reference/actions/workflows/integration-test.yml/badge.svg )] ( https://github.com/kapicorp/kapitan-reference/actions/workflows/integration-test.yml )
4
+
3
5
This repository is meant to be a way to bootstrap your [ Kapitan] ( https://kapitan.dev ) setup to get you up and running.
4
6
5
7
It is meant to help you make use of best practices and libraries that can make Kapitan the ultimate tool for all your configuration needs.
You can’t perform that action at this time.
0 commit comments