-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(naming): rename "plugin" into "webhook" [DNS-861] (#18)
This change is directly related to this [change in external-dns](kubernetes-sigs/external-dns@dd170b9). It affects all artifacts including the repository itself, which is renamed after the merge of this PR.
- Loading branch information
1 parent
66c6d97
commit 6f8e1cf
Showing
22 changed files
with
165 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM gcr.io/distroless/static-debian11:nonroot | ||
|
||
USER 20000:20000 | ||
ADD --chmod=555 external-dns-ionos-plugin /opt/external-dns-ionos-plugin/app | ||
ADD --chmod=555 external-dns-ionos-webhook /opt/external-dns-ionos-webhook/app | ||
|
||
ENTRYPOINT ["/opt/external-dns-ionos-plugin/app"] | ||
ENTRYPOINT ["/opt/external-dns-ionos-webhook/app"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.