-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add deploy config for new Prow POC cluster #63
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Priyankasaggu11929 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
19b6797
to
c6ebb61
Compare
@AndyTauber @rajaskakodkar please review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quickly skimmed through this and added few comments
volumes: | ||
- name: github-token | ||
secret: | ||
secretName: github-token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be github personal access token right?
@@ -3,8 +3,7 @@ kind: ServiceAccount | |||
metadata: | |||
annotations: | |||
eks.amazonaws.com/audience: sts.amazonaws.com | |||
eks.amazonaws.com/role-arn: arn:aws:iam::609817409085:role/prow-ecr | |||
eks.amazonaws.com/role-arn: xyz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we give this the correct role name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking if we could update this one with the external secrets PR #62 getting merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that works as well. Is #62 updated? Is it in a state to be reviewed?
c6ebb61
to
bb0a94d
Compare
/lgtm |
/joke |
@Priyankasaggu11929 crier service is not present in this PR. Can you please check? |
@rajaskakodkar, addressed ^ in #64 |
The PR contains the source of truth deployment configuration files for the new Prow POC cluster deployed as part of the infra migration, from Individual account to group ES account.