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

fix: adding more resources in the lua script #202

Merged
merged 3 commits into from
Jul 6, 2024
Merged

Conversation

edgarsilva948
Copy link
Collaborator

What does this PR do?

adjusts the terraform bootstrap to have the new script added to the eksctl here: #198

Motivation

#198

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)

  • Yes, I have added a new example under examples to support my PR

  • Yes, I have updated the docs for this feature

  • Yes, I have linked to an issue or feature request (applicable to PRs that solves a bug or a feature request)

Note:

  • Not all the PRs require examples and docs
  • We prefer small, well tested pull requests. Please ensure your pull requests are self-contained, and commits are squashed

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

Copy link
Contributor

@candonov candonov left a comment

Choose a reason for hiding this comment

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

why remove the conditionals?

bootstrap/terraform/values/argocd.yaml Show resolved Hide resolved
bootstrap/terraform/values/argocd.yaml Show resolved Hide resolved
Comment on lines 200 to 201
"Composition",
"CompositionRevision",
Copy link
Contributor

@candonov candonov Jun 19, 2024

Choose a reason for hiding this comment

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

are compositions and compositionrevisions *.apiextensions.crossplane.io, not *.aws.crossplane.io?

Comment on lines 202 to 203
"DeploymentRuntimeConfig",
"ControllerConfig",
Copy link
Contributor

Choose a reason for hiding this comment

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

Same question deploymentruntimeconfigs.pkg.crossplane.io and controllerconfigs.pkg.crossplane.io not *.aws.crossplane.io?

Comment on lines +273 to +276
"Composition",
"CompositionRevision",
"DeploymentRuntimeConfig",
"ControllerConfig",
Copy link
Contributor

Choose a reason for hiding this comment

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

same question here?

Comment on lines 344 to 347
"Composition",
"CompositionRevision",
"DeploymentRuntimeConfig",
"ControllerConfig",
Copy link
Contributor

Choose a reason for hiding this comment

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

and here

@edgarsilva948
Copy link
Collaborator Author

Lua script adjusted to match the crossplane doc.

Copy link
Contributor

@candonov candonov left a comment

Choose a reason for hiding this comment

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

Nice one!

@candonov candonov merged commit eb47c4c into main Jul 6, 2024
1 check passed
@candonov candonov deleted the fix/lua-script branch July 6, 2024 16:57
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