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

getting-started: create webhook ExternalName vs GitHubDomain #936

Closed
wants to merge 3 commits into from

Conversation

HerrmannHinz
Copy link

small fix in getting started doc

@tekton-robot
Copy link

@HerrmannHinz: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign savitaashture
You can assign the PR to them by writing /assign @savitaashture in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label Feb 1, 2021
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Feb 1, 2021

CLA Signed

The committers are authorized under a signed CLA.

@tekton-robot tekton-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 1, 2021
@tekton-robot
Copy link

Hi @HerrmannHinz. Thanks for your PR.

I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@dibyom
Copy link
Member

dibyom commented Feb 1, 2021

/ok-to-test

@tekton-robot tekton-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 1, 2021
Base automatically changed from master to main March 10, 2021 15:03
@tekton-robot
Copy link

@HerrmannHinz: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
pull-tekton-triggers-build-tests c24e1c5 link /test pull-tekton-triggers-build-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 1, 2021
@tekton-robot
Copy link

@HerrmannHinz: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/lifecycle stale

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 30, 2021
Copy link
Collaborator

@bobcatfish bobcatfish left a comment

Choose a reason for hiding this comment

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

Thanks for the doc update @HerrmannHinz and apologies for the review coming SO FAR after the PR was opened 🙏

@@ -166,7 +166,7 @@ minimum.
- GitHubOrg: The GitHub org you are using for this getting-started.
- GitHubUser: Your GitHub username.
- GitHubRepo: The repo we will be using for this example.
- ExternalDomain: Update this to be the to something other then `demo.iancoffey.com`
- GitHubDomain: Update this to be the to something other then `demo.iancoffey.com`
Copy link
Collaborator

Choose a reason for hiding this comment

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

hmm it seems like these are both important to the way the task works, but do different jobs - ExternalDomain is required, so im not sure it makes sense to completely remove it from these docs (https://github.com/tektoncd/triggers/blob/a545f76e7f0021ee13a1c22b6703dae18d2639fa/docs/getting-started/create-webhook.yaml)

if anything we probably want to add a bullet for GitHubDomain - explaining that you may need to override it if you're using github enterprise

@@ -19,7 +19,9 @@ spec:
value: token
- name: GitHubSecretStringKey
value: secret
- name: GitHubDomain
value: git.corp.com
Copy link
Collaborator

Choose a reason for hiding this comment

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

im not sure we want to add this by default here - maybe we could have it commented out? e.g.

#  If you are using github enterprise, uncomment this line <more context here>
#  - name: GitHubDomain
#    value: git.corp.com

bobcatfish added a commit to bobcatfish/triggers that referenced this pull request Jul 12, 2021
These changes were initially submitted by @HerrmannHinz
in tektoncd#936 and I requested a
couple changes but since it's been so long since the PR was opened I
wanted to make it easy for @HerrmannHinz and just make the changes for
them. @HerrmannHinz if you want to make any changes please go ahead -
and feel free to update the old PR or open a new one and I'll just close
this one. Thank you!
@bobcatfish
Copy link
Collaborator

Apologies again for taking so long to review this @HerrmannHinz - if it's easier I've opened #1151 with the changes I requested here and I'll close this PR for now since it needs a rebase - but if you want to pick this up again plz feel free to re-open this PR or make a new one and I'm happy to close mine. Thanks again!

@bobcatfish bobcatfish closed this Jul 12, 2021
tekton-robot pushed a commit that referenced this pull request Jul 13, 2021
These changes were initially submitted by @HerrmannHinz
in #936 and I requested a
couple changes but since it's been so long since the PR was opened I
wanted to make it easy for @HerrmannHinz and just make the changes for
them. @HerrmannHinz if you want to make any changes please go ahead -
and feel free to update the old PR or open a new one and I'll just close
this one. Thank you!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants