repackage datahub and datahub-prerequisites into datahub-cp helm chart #99
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy dev | ||
on: | ||
pull_request: | ||
workflow_dispatch: | ||
jobs: | ||
deploy-dev: | ||
uses: ./.github/workflows/deploy-workflow.yml | ||
with: | ||
env: dev | ||
datahub_helm_version: "0.4.9" | ||
datahub_prereqs_helm_version: "0.1.10" | ||
secrets: | ||
Check failure on line 14 in .github/workflows/deploy-dev.yml GitHub Actions / Deploy devInvalid workflow file
|
||
kube_namespace: "${{ secrets.KUBE_NAMESPACE }}" | ||
kube_cert: "${{ secrets.KUBE_CERT }}" | ||
kube_cluster: "${{ secrets.KUBE_CLUSTER }}" | ||
kube_token: "${{ secrets.KUBE_TOKEN }}" | ||
postgres_host: ${{ secrets.POSTGRES_HOST}} | ||
postgres_client_host: ${{ secrets.POSTGRES_CLIENT_HOST }} | ||
postgres_url: ${{ secrets.POSTGRES_URL }} | ||
opensearch_proxy_host: ${{ secrets.OPENSEARCH_PROXY_HOST }} |