updated helm and deployment
This commit is contained in:
@@ -92,15 +92,25 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: 'Deploy'
|
- name: Set up Kubeconfig
|
||||||
uses: deliverybot/helm@v1
|
run: |
|
||||||
with:
|
echo "${{ secrets.KUBECONFIG_CONTENT }}" > kubeconfig
|
||||||
release: spearhead-docs
|
export KUBECONFIG=kubeconfig
|
||||||
namespace: spearhead-docs
|
kubectl config view
|
||||||
chart: '.helm'
|
|
||||||
value-files: >-
|
- name: Check Helm version
|
||||||
[
|
run: |
|
||||||
".helm/values.yaml"
|
helm version
|
||||||
]
|
|
||||||
env:
|
# - name: 'Deploy'
|
||||||
KUBECONFIG_FILE: ${{ secrets.KUBECONFIG_CONTENT }}
|
# 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