File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 6868
6969 - name : Create Application Namespace
7070 run : |
71- kubectl create namespace ${{ inputs.app_namespace }} --dry-run=client -o yaml | kubectl apply -f -
72-
73- - name : Deploy Helm Chart
74- run : |
75- helm upgrade --install ${{ inputs.app_name }} ./helm \
76- --namespace ${{ inputs.app_namespace }} \
77- --set mongo.uri="${{ secrets.MONGO_URI }}" \
78- --set mongo.username="${{ secrets.MONGO_USERNAME }}" \
79- --set mongo.password="${{ secrets.MONGO_PASSWORD }}" \
80- --set image.tag="${{ inputs.image_tag || github.sha }}"
81-
82- - name : Deploy ArgoCD Applications
83- run : |
84- export APP_NAME=${{ inputs.app_name }}
85- export APP_NAMESPACE=${{ inputs.app_namespace }}
86- export ARGOCD_NAMESPACE=${{ inputs.argocd_namespace }}
87- envsubst < ./argocd/application.yml | kubectl apply -f -
71+ kubectl create namespace ${{ inputs.app_namespace }} --dry-run=client -o yaml | kubectl apply -f -
You can’t perform that action at this time.
0 commit comments