Skip to content

Commit

Permalink
Adds update flux action
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Sep 30, 2024
1 parent aa986c3 commit 67bfbbe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/update-flux.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on:
workflow_dispatch:

jobs:
update-flux:
runs-on: ubuntu-latest

steps:
- name: Setup Flux CLI
uses: fluxcd/flux2/action@main
with:
version: "latest"

- name: Update flux
run: flux install --export > ./kubernetes/infra/flux/gotk-components.yaml

0 comments on commit 67bfbbe

Please sign in to comment.