Skip to content

Commit 689949b

Browse files
committed
change release name + service account name for cross compat with previous version
1 parent 711eeb7 commit 689949b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/kubernetes/deploy_via_helm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export NAMESPACE="$2"
5858
export API_VERSION="$4"
5959

6060
export ARGO_VERSION="0.16.6"
61-
export ARGO_RELEASE_NAME=argo
61+
export ARGO_RELEASE_NAME=argocsmv2
6262
export ARGO_RELEASE_NAMESPACE="${NAMESPACE}"
6363
export MINIO_VERSION="8.0.10"
6464
export MINIO_RELEASE_NAME=miniocsmv2
@@ -289,7 +289,7 @@ cat <<EOF > values-argo.yaml
289289
workflow:
290290
serviceAccount:
291291
create: true
292-
name: workflow
292+
name: workflowcsmv2
293293
rbac:
294294
create: true
295295
executor:

api/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ csm:
8080
workflows:
8181
namespace: phoenix
8282
node-pool-label: agentpool
83-
service-account-name: workflow
83+
service-account-name: workflowcsmv2
8484
storage-class: null
8585
access-modes:
8686
# Any in the following list: ReadWriteOnce, ReadOnlyMany, ReadWriteMany, ReadWriteOncePod (K8s 1.22+)

0 commit comments

Comments
 (0)