Compare commits
No commits in common. "main" and "1.0.0" have entirely different histories.
@ -11,13 +11,10 @@ outputs:
|
|||||||
k8s-config-path:
|
k8s-config-path:
|
||||||
description: "The location of the stored kubeconfig file. You can use this through the KUBECONFIG variable to kubectl calls."
|
description: "The location of the stored kubeconfig file. You can use this through the KUBECONFIG variable to kubectl calls."
|
||||||
value: /opt/kube/config
|
value: /opt/kube/config
|
||||||
http-proxy:
|
|
||||||
description: "The URL of the HTTP proxy created by Tailscale"
|
|
||||||
value: "http://localhost:1055"
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- run: apk add tailscale kubectl bash curl ca-certificates
|
- run: apk add tailscale kubectl bash curl
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
shell: sh
|
shell: sh
|
||||||
- name: Create kube directory
|
- name: Create kube directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user