No description
Find a file
2025-12-03 23:42:47 +00:00
action.yml Create action (based on the helm one) 2023-10-20 21:22:20 +02:00
Dockerfile Update alpine Docker tag to v3.23 2025-12-03 23:42:47 +00:00
entrypoint.sh Create action (based on the helm one) 2023-10-20 21:22:20 +02:00
README.md Add docs into README 2023-10-21 16:02:19 +00:00
renovate.json Add renovate.json 2023-10-21 15:17:53 +00:00

kubectl packed as "GitHub" action

use it like this:

name: Deploy homepage
on:
  push:
    branches:
      - main

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: https://git.novotna.dev/viky/kubectl-action@v0.0.1
        with:  
          kubeconfig: "${{ secrets.KUBECONFIG }}"
          namespace: default
          command_line: apply -f homepage-external.yaml