Skip to content

Commit

Permalink
test if KUBECONFIG is there
Browse files Browse the repository at this point in the history
  • Loading branch information
jweberst committed Apr 18, 2024
1 parent a6622a6 commit 652d8dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ FROM alpine:3.19.1

RUN apk add --no-cache bash kubectl

ENV KUBECONFIG $kubeconfig_location

COPY deploy.sh /deploy.sh
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ branding:
icon: 'server'

inputs:
kubeconfig_location:
description: 'The location of the kubeconfig file'
required: true
ack_deployment_name:
description: 'The name of the ACK deployment'
required: true
Expand Down

0 comments on commit 652d8dc

Please sign in to comment.