1
0
mirror of synced 2026-02-06 10:55:56 +00:00
Files
flux2/action
Stefan Prodan aa8dced7ad Add GitHub Action for Flux CLI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2020-11-23 17:58:06 +02:00
..
2020-11-23 17:58:06 +02:00
2020-11-23 17:58:06 +02:00
2020-11-23 17:58:06 +02:00
2020-11-23 17:58:06 +02:00

Flux GitHub Action

Example workflow:

name: e2e

on:
  push:
    branches:
      - '*'

jobs:
  kubernetes:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Setup Flux CLI
        uses: fluxcd/flux2/action@main
      - name: Setup Kubernetes Kind
        uses: engineerd/setup-kind@v0.5.0
      - name: Install Flux in Kubernetes Kind
        run: flux install