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

Improve the AC module documentation #69

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

grego952
Copy link
Contributor

Description

Changes proposed in this pull request:

  • Remove **NOTE:** At this stage of development, the ApplicationConnector Custom Resource Definition (CRD) contains only one parameter for testing. from the root README
  • Remove mentions of the disableLegacyConnectivity flag
  • Delete 05-10-application-connector-chart.md

Related issue(s)
See also #41

@kyma-bot kyma-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 13, 2023
@grego952 grego952 added area/documentation Issues or PRs related to documentation area/application-connector Issues or PRs related to application connectivity do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Oct 13, 2023
@@ -34,15 +34,10 @@ metadata:
app.kuberentes.io/managed-by: kustomize
app.kubernetes.io/created-by: application-connector-manager
name: applicationconnector-sample
spec:
disableLegacyConnectivity : "false"
Copy link
Contributor

Choose a reason for hiding this comment

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

Example of fully configured CR:

domainName: c-9057319.dev.kyma.ondemand.com
appConnValidator:
  logLevel: "info"
  logFormat: "json"
appGateway:
  proxyTimeout: "10s"
  requestTimeout: "10s"
  logLevel: "info"

All parametes are optional. The simplest spec is

spec: {}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For now, I added the simplest spec spec: {}

@kyma-bot kyma-bot added the lgtm Looks good to me! label Oct 16, 2023
Copy link
Contributor

@koala7659 koala7659 left a comment

Choose a reason for hiding this comment

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

LGTM

@grego952 grego952 removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 17, 2023
@kyma-bot kyma-bot merged commit 4ebef45 into kyma-project:main Oct 17, 2023
9 checks passed
@grego952 grego952 deleted the improve-docs branch October 19, 2023 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/application-connector Issues or PRs related to application connectivity area/documentation Issues or PRs related to documentation lgtm Looks good to me! size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants