We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242ebb1 commit ced1282Copy full SHA for ced1282
1 file changed
.github/workflows/docker-image.yml
@@ -46,6 +46,6 @@ jobs:
46
cluster_name: $EKS_CLUSTER_NAME
47
with:
48
args: |
49
- kubectl cluster-info
50
- kubectl create deployment hello --image 247308769694.dkr.ecr.us-east-1.amazonaws.com/hello-repo --port 8080
51
- kubectl get deployments
+ kubectl cluster-info
+ kubectl create deployment hello --image 247308769694.dkr.ecr.us-east-1.amazonaws.com/hello-repo --port 8080
+ kubectl get deployments
0 commit comments