Skip to content

Commit

Permalink
adding required env variables for e2e test (#7981)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokearu authored Apr 12, 2024
1 parent 4beac0a commit 2febc0b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ env:
T_PRIVATE_REGISTRY_MIRROR_USERNAME: "harbor-registry-data:authenticated_username"
T_PRIVATE_REGISTRY_MIRROR_PASSWORD: "harbor-registry-data:authenticated_password"
T_PRIVATE_REGISTRY_MIRROR_CA_CERT: "harbor-registry-data:authenticated_caCert"
T_REGISTRY_MIRROR_OCINAMESPACES_REGISTRY1: "harbor-registry-data:ocinamespace_registry1"
T_REGISTRY_MIRROR_OCINAMESPACES_NAMESPACE1: "harbor-registry-data:ocinamespace_namespace1"
T_REGISTRY_MIRROR_OCINAMESPACES_REGISTRY2: "harbor-registry-data:ocinamespace_registry2"
T_REGISTRY_MIRROR_OCINAMESPACES_NAMESPACE2: "harbor-registry-data:ocinamespace_namespace2"
T_NTP_SERVERS: "ntp:servers"
T_AWS_IAM_ROLE_ARN: "aws-iam-auth-role:ec2_role_arn"
T_IRSA_S3_BUCKET: "etcd-encryption:irsa_s3_bucket"
Expand Down

0 comments on commit 2febc0b

Please sign in to comment.