updated helm and deployment
This commit is contained in:
@@ -85,7 +85,22 @@ jobs:
|
||||
|
||||
deploy-container:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build-image
|
||||
steps:
|
||||
- name: Temp
|
||||
run: |
|
||||
echo "TEMP"
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: 'Deploy'
|
||||
uses: deliverybot/helm@v1
|
||||
with:
|
||||
release: spearhead-docs
|
||||
namespace: spearhead-docs
|
||||
chart: '.helm'
|
||||
value-files: >-
|
||||
[
|
||||
".helm/values.yaml"
|
||||
]
|
||||
env:
|
||||
KUBECONFIG_FILE: ${{ secrets.KUBECONFIG_CONTENT }}
|
||||
|
||||
Reference in New Issue
Block a user