@@ -24,10 +24,6 @@ inputs:
2424 description : " Helm repo to fetch the chart from (default: https://hyperweb-io.github.io/starship)"
2525 required : false
2626 default : " https://hyperweb-io.github.io/starship"
27- name :
28- description : " Helm chart release name for installing helm chart"
29- required : false
30- default : " starship"
3127 namespace :
3228 description : " Kubernetes namespace to deploy helm charts on (default: ci-{github.repository}-{github.workflow}-{github.ref} )"
3329 required : false
@@ -41,9 +37,6 @@ outputs:
4137 namespace :
4238 description : " Kubernetes namespace to which helm charts were deployed"
4339 value : ${{ steps.set-namespace.outputs.namespace }}
44- name :
45- description : " Helm chart release name for installing helm chart"
46- value : ${{ inputs.name }}
4740
4841runs :
4942 using : composite
@@ -146,7 +139,6 @@ runs:
146139 sleep 5
147140 starship start \
148141 --config ${{ inputs.config }} \
149- --name ${{ inputs.name }} \
150142 --namespace ${{ steps.set-namespace.outputs.namespace }} \
151143 --repoUrl ${{ inputs.repo }} \
152144 --chart ${{ inputs.chart }} \
@@ -179,7 +171,6 @@ runs:
179171 kubectl get pods --namespace ${{ steps.set-namespace.outputs.namespace }}
180172 starship start \
181173 --config ${{ inputs.config }} \
182- --name ${{ inputs.name }} \
183174 --namespace ${{ steps.set-namespace.outputs.namespace }} \
184175 --repoUrl ${{ inputs.repo }} \
185176 --chart ${{ inputs.chart }} \
@@ -195,7 +186,6 @@ runs:
195186 kubectl get pods --namespace ${{ steps.set-namespace.outputs.namespace }}
196187 starship start \
197188 --config ${{ inputs.config }} \
198- --name ${{ inputs.name }} \
199189 --namespace ${{ steps.set-namespace.outputs.namespace }} \
200190 --repoUrl ${{ inputs.repo }} \
201191 --chart ${{ inputs.chart }} \
0 commit comments