KRepo Build FIles (#1)
This commit is contained in:
parent
f9856eb583
commit
1dc4082a58
7 changed files with 11 additions and 0 deletions
5
charts/argo-cd/BUILD
Normal file
5
charts/argo-cd/BUILD
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
helm_chart(
|
||||||
|
name="k-argo",
|
||||||
|
registries=["@klaviyo-dev", "@klaviyo-eng", "@klaviyo-prod"],
|
||||||
|
repository="k-argo",
|
||||||
|
)
|
1
charts/argo-events/BUILD
Normal file
1
charts/argo-events/BUILD
Normal file
|
@ -0,0 +1 @@
|
||||||
|
helm_chart()
|
1
charts/argo-rollouts/BUILD
Normal file
1
charts/argo-rollouts/BUILD
Normal file
|
@ -0,0 +1 @@
|
||||||
|
helm_chart()
|
1
charts/argo-workflows/BUILD
Normal file
1
charts/argo-workflows/BUILD
Normal file
|
@ -0,0 +1 @@
|
||||||
|
helm_chart()
|
1
charts/argocd-apps/BUILD
Normal file
1
charts/argocd-apps/BUILD
Normal file
|
@ -0,0 +1 @@
|
||||||
|
helm_chart()
|
1
charts/argocd-image-updater/BUILD
Normal file
1
charts/argocd-image-updater/BUILD
Normal file
|
@ -0,0 +1 @@
|
||||||
|
helm_chart()
|
1
scripts/BUILD
Normal file
1
scripts/BUILD
Normal file
|
@ -0,0 +1 @@
|
||||||
|
shell_sources()
|
Loading…
Reference in a new issue