ci(helm): setting app namespace as default
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
572971b7fc
commit
a30c278611
1 changed files with 3 additions and 1 deletions
4
.github/workflows/api-ee.yaml
vendored
4
.github/workflows/api-ee.yaml
vendored
|
|
@ -110,7 +110,9 @@ jobs:
|
|||
|
||||
cat /tmp/image_override.yaml
|
||||
# Deploy command
|
||||
helm template openreplay -n app openreplay -f vars.yaml -f /tmp/image_override.yaml --set ingress-nginx.enabled=false --set skipMigration=true --no-hooks | kubectl apply -n app -f -
|
||||
kubectl config set-context --namespace=app --current
|
||||
kubectl config get-contexts
|
||||
helm template openreplay -n app openreplay -f vars.yaml -f /tmp/image_override.yaml --set ingress-nginx.enabled=false --set skipMigration=true --no-hooks | kubectl apply -f -
|
||||
env:
|
||||
DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }}
|
||||
# We're not passing -ee flag, because helm will add that.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue