-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using az (adds OIDC) (#48)
* refactor project to rely on azure/login and az
- Loading branch information
1 parent
c054dc1
commit 74d6d00
Showing
6 changed files
with
177 additions
and
591 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
name: "Azure Kubernetes set context" | ||
description: "Sets the kubeconfig on the machine to communicate with the Azure Kubernetes cluster. Github.com/Azure/Actions" | ||
description: "Sets the kubeconfig on the machine to communicate with the Azure Kubernetes cluster." | ||
# Azure/login must be run before this action | ||
inputs: | ||
creds: | ||
description: "Azure credentials i.e. output of `az ad sp create-for-rbac --sdk-auth`" | ||
required: true | ||
resource-group: | ||
description: "Resource Group Name" | ||
required: true | ||
cluster-name: | ||
description: "AKS Cluster Name" | ||
required: true | ||
subscription-id: | ||
description: "Subscription ID" | ||
required: false | ||
default: "" | ||
branding: | ||
color: "green" # optional, decorates the entry in the GitHub Marketplace | ||
color: "green" | ||
runs: | ||
using: "node12" | ||
main: "lib/run.js" |
Oops, something went wrong.