-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add cert-manager deployment for e2e test environments. (#28)
Adds Makefile target to pull the cert-manager deployment from the cert-manager project.
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cert-manager.yaml | ||
certmanager-deployment.yaml |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
The Cert Manager is used during end-to-end tests to distribute the | ||
mutual TLS authentication certs used between the cloud-sql-proxy-operator | ||
and the kubernetes API. This is only used during E2E tests. cert-managger is not | ||
distributed as part of this operator. | ||
|
||
The Makefile will download an appropriate file to this directory from | ||
the certmanager website. This file should not be added to git. | ||
|
||
See: https://github.com/cert-manager/cert-manager | ||
|