Skip to content

Commit 7debc36

Browse files
committed
update workflows to point to use new dev Okapi/namespace
1 parent 89d8bba commit 7debc36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/k8s-deploy-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: k8s-deploy-latest
77

88
env:
9-
K8S_NAMESPACE: 'snapshot-dev'
9+
K8S_NAMESPACE: 'folio-dev-new'
1010
K8S_DEPLOYMENT: 'mod-harvester-admin-dev'
1111

1212
on:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Deploy latest to K8s
2121
uses: actions-hub/[email protected]
2222
env:
23-
KUBE_CONFIG: ${{ secrets.SNAPSHOT_DEV_SA_KUBECONFIG }}
23+
KUBE_CONFIG: ${{ secrets.FOLIO_DEV_NEW_SA_KUBECONFIG }}
2424
with:
2525
args:
2626
-n ${{ env.K8S_NAMESPACE }} rollout restart deployment ${{ env.K8S_DEPLOYMENT }}

.github/workflows/mvn-dev-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
PUBLISH_BRANCH: 'master'
11-
OKAPI_URL: 'https://snapshot-dev-okapi.folio-dev.indexdata.com'
11+
OKAPI_URL: 'https://folio-dev-new-okapi.folio-dev.indexdata.com'
1212
OKAPI_SECRET_USER: "${{ secrets.FOLIO_DEV_NEW_OKAPI_USER }}"
1313
OKAPI_SECRET_PASSWORD: "${{ secrets.FOLIO_DEV_NEW_OKAPI_PASSWORD }}"
1414
OK_SESSION: 'session1'

0 commit comments

Comments
 (0)