Browse Source

BUILD-2026 Remove the suffix of CirrusCI role and K8s Cluster name

tags/4.8.0.2856
David Rautureau 1 year ago
parent
commit
03327c2933
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .cirrus.yml

+ 2
- 2
.cirrus.yml View File

@@ -1,5 +1,5 @@
aws_credentials:
role_arn: arn:aws:iam::275878209202:role/CirrusCI-prod
role_arn: arn:aws:iam::275878209202:role/CirrusCI
role_session_name: cirrus
region: eu-central-1

@@ -35,7 +35,7 @@ env:
#
eks_container: &EKS_CONTAINER
region: eu-central-1
cluster_name: CirrusCI-prod
cluster_name: CirrusCI
namespace: default
image: 275878209202.dkr.ecr.eu-central-1.amazonaws.com/base:j11-m3-latest
cpu: 1

Loading…
Cancel
Save