We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eda80a3 + d928436 commit 3133c86Copy full SHA for 3133c86
main.tf
@@ -340,7 +340,7 @@ module "public_ecr_github_actions_upload_credentials_notebook_service" {
340
module "obi_notebook_image" {
341
source = "./private-ecr-repo"
342
repository_name = "obi-notebook-image"
343
- allowed_to_pull_identities = ["arn:aws:iam::992382665735:role/eksctl-jupyterhub-svc-nodegroup-ng-NodeInstanceRole-ZT1FeO9Ce2wc"]
+ allowed_to_pull_identities = ["arn:aws:iam::992382665735:role/eksctl-jupyterhub-svc-nodegroup-ng-NodeInstanceRole-ZT1FeO9Ce2wc", "arn:aws:iam::671250183987:role/eksctl-jupyterhub-svc-nodegroup-ng-NodeInstanceRole-6yJ0qhsCTcMr"]
344
}
345
346
module "private_ecr_github_actions_upload_credentials_obi-notebook_image" {
0 commit comments