Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 550 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 550 Bytes

Kubectl Action

This action provides kubectl for Github Actions.

Inspired by :

Usage

.github/workflows/push.yml

Secrets

KUBE_CONFIG_DATArequired: A base64-encoded kubeconfig file with credentials for Kubernetes to access the cluster. You can get it by running the following command:

cat $HOME/.kube/config | base64

Environment

Note: Do not use kubectl config view as this will hide the certificate-authority-data.