mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 10:00:02 +00:00
feat: scaffolding tilt development environment
This commit is contained in:
committed by
Dario Tranchitella
parent
6ce83c551e
commit
33709005b1
3
.gitignore
vendored
3
.gitignore
vendored
@@ -24,6 +24,9 @@ bin
|
|||||||
*~
|
*~
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# Tilt files.
|
||||||
|
.tiltbuild
|
||||||
|
|
||||||
**/*.kubeconfig
|
**/*.kubeconfig
|
||||||
**/*.crt
|
**/*.crt
|
||||||
**/*.key
|
**/*.key
|
||||||
|
|||||||
10
config/metadata.yaml
Normal file
10
config/metadata.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# maps release series of major.minor to cluster-api contract version
|
||||||
|
# the contract version may change between minor or major versions, but *not*
|
||||||
|
# between patch versions.
|
||||||
|
#
|
||||||
|
# update this file only when a new major or minor version is released
|
||||||
|
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
|
||||||
|
releaseSeries:
|
||||||
|
- major: 0
|
||||||
|
minor: 3
|
||||||
|
contract: v1beta1
|
||||||
15
tilt-provider.yaml
Normal file
15
tilt-provider.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "kamaji-core",
|
||||||
|
"config": {
|
||||||
|
"image": "docker.io/clastix/kamaji",
|
||||||
|
"live_reload_deps": [
|
||||||
|
"main.go",
|
||||||
|
"go.mod",
|
||||||
|
"go.sum",
|
||||||
|
"api",
|
||||||
|
"config",
|
||||||
|
"controllers"
|
||||||
|
],
|
||||||
|
"label": "CACPCK"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user