Skip to content

Commit

Permalink
confusing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Nov 4, 2024
1 parent 38c926c commit bf3002b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/karios-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: test flake ci
run: nix develop --command task kubernetes:ci-karios-update
run: nix develop --command task kubernetes:ci-kairos-update

# - uses: workflow/nix-shell-action@v3
# id: update
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update karios version
commit-message: Update kairos version
title: 'Update kairos version'
draft: false
branch: chore/update-kairos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
image: democraticcsi/democratic-csi:v1.9.3
extraVolumeMounts:
- name: *lhp
# TODO karios partitioning doesnt give my csi storage dir much room
# TODO kairos partitioning doesnt give my csi storage dir much room
# This will have to be the path when moving to talos
# mountPath: &path /var/lib/csi-local-hostpath
mountPath: &path /var/lib/rancher/k3s/storage/csi-local-hostpath
Expand Down

0 comments on commit bf3002b

Please sign in to comment.