Skip to content

Commit

Permalink
test: k3s deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 25, 2024
1 parent f7e7559 commit f4326a5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,6 @@ jobs:
number: 80
EOF
- name: Create secret for application-secret.properties
run: |
kubectl create secret generic app-secret \
--from-file=application-secret.properties=./${{ env.MODULE }}/src/main/resources/application-secret.properties \
-n ${{ env.NAMESPACE }} \
--dry-run=client -o yaml | kubectl apply -f -
- name: Deploy to K3s
run: |
kubectl apply -f deployment.yaml
Expand Down

0 comments on commit f4326a5

Please sign in to comment.