Skip to content

Commit

Permalink
Try and add more nodes to see if that makes a difference
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded committed Jan 15, 2025
1 parent 4fff9ae commit 294fb06
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'
with:
config: kind.yaml

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
Expand Down
7 changes: 7 additions & 0 deletions charts/lago/templates/clock-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ spec:
- --for=condition=ready
- --timeout=180s
{{ end }}
- name: wait-for-migrations
image: "docker.io/bitnami/kubectl:{{ include "kubectlVersion" . }}"
args:
- wait
- job/{{ include "migrateJobName" . }}
- --for=condition=complete
- --timeout=180s
containers:
- args: ["./scripts/start.clock.sh"]
env:
Expand Down
6 changes: 6 additions & 0 deletions kind.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker

0 comments on commit 294fb06

Please sign in to comment.