Skip to content

Commit

Permalink
Update from template
Browse files Browse the repository at this point in the history
Template version: main (95d2dbb)
  • Loading branch information
Stephan Feurer committed Aug 14, 2024
1 parent 61b17c0 commit 42db065
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"template": "https://github.com/projectsyn/commodore-component-template.git",
"commit": "8840f87d25d97ce0d4bfed75d40173caaf4100fc",
"commit": "95d2dbb90105a97114f46c9192b7ae146cbfaec0",
"checkout": "main",
"context": {
"cookiecutter": {
"name": "Cilium",
"slug": "cilium",
"parameter_key": "cilium",
"test_cases": "defaults helm-opensource olm-opensource egress-gateway bgp-control-plane kubeproxyreplacement-strict",
"test_cases": "defaults helm-opensource olm-opensource egress-gateway bgp-control-plane kubeproxyreplacement-strict l2-announcement",
"add_lib": "n",
"add_pp": "n",
"add_golden": "y",
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- egress-gateway
- bgp-control-plane
- kubeproxyreplacement-strict
- l2-announcement
defaults:
run:
working-directory: ${{ env.COMPONENT_NAME }}
Expand All @@ -58,6 +59,7 @@ jobs:
- egress-gateway
- bgp-control-plane
- kubeproxyreplacement-strict
- l2-announcement
defaults:
run:
working-directory: ${{ env.COMPONENT_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile.vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ KUBENT_IMAGE ?= ghcr.io/doitintl/kube-no-trouble:latest
KUBENT_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=/app/kubent $(KUBENT_IMAGE)

instance ?= defaults
test_instances = tests/defaults.yml tests/helm-opensource.yml tests/olm-opensource.yml tests/egress-gateway.yml tests/bgp-control-plane.yml tests/kubeproxyreplacement-strict.yml
test_instances = tests/defaults.yml tests/helm-opensource.yml tests/olm-opensource.yml tests/egress-gateway.yml tests/bgp-control-plane.yml tests/kubeproxyreplacement-strict.yml tests/l2-announcement.yml
Empty file.
3 changes: 3 additions & 0 deletions tests/l2-announcement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Overwrite parameters here

# parameters: {...}

0 comments on commit 42db065

Please sign in to comment.