Skip to content
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

refactor pulumi gitops-bridge #6

Merged
merged 2 commits into from
Apr 4, 2024
Merged

refactor pulumi gitops-bridge #6

merged 2 commits into from
Apr 4, 2024

Conversation

csantanapr
Copy link
Member

@csantanapr csantanapr commented Apr 4, 2024

Large refactor

  • Move code to pulumi/src
  • Made bucket names in config
  • Remove the need to hardcode accountid
  • New GitHub action to dispatch preview, deploy, destroy

Signed-off-by: Carlos Santana <csantana23@gmail.com>
Signed-off-by: Carlos Santana <csantana23@gmail.com>
@csantanapr csantanapr requested a review from blakeromano April 4, 2024 00:45
@csantanapr csantanapr merged commit 9c5dcfd into main Apr 4, 2024
1 of 4 checks passed

kubectl create secret generic private-repo-creds -n argocd \
--from-literal=username=REPLACE_USERNAME \
--from-literal=password=$GITHUB_TOKEN \
--from-literal=type=git \
--from-literal=url=https://github.com/gitops-bridge-dev/gitopscon-2024-na-demo \
--from-literal=url=https://github.com/csantanapr/gitopscon-2024-na-demo-carlos \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want this url to be parameterized?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I think we can remove this now that the repo is public?

})

const example = new aws.eks.Addon("eks-pod-identity-agent", {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we don't need to export any info about this I would not instantiate a new variable for this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use do the new?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants