-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor cert-manager-custom-api-ingress CI steps (#60303)
- Loading branch information
1 parent
240d475
commit 1e7d9a2
Showing
27 changed files
with
520 additions
and
563 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
approvers: | ||
- jhou1 | ||
- liangxia | ||
- xingxingxia | ||
- lunarwhite | ||
- swghosh | ||
- TrilokGeer | ||
|
||
reviewers: | ||
- xingxingxia | ||
- lunarwhite | ||
- swghosh | ||
- TrilokGeer |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
../OWNERS |
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
32 changes: 14 additions & 18 deletions
32
ci-operator/step-registry/cert-manager/clusterissuer/cert-manager-clusterissuer-ref.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 |
---|---|---|
@@ -1,19 +1,15 @@ | ||
ref: | ||
as: cert-manager-clusterissuer | ||
from_image: | ||
namespace: ci | ||
name: verification-tests | ||
tag: latest | ||
grace_period: 20m | ||
commands: cert-manager-clusterissuer-commands.sh | ||
cli: latest | ||
resources: | ||
limits: | ||
cpu: 500m | ||
memory: 500Mi | ||
requests: | ||
cpu: 300m | ||
memory: 200Mi | ||
documentation: |- | ||
Prepare the cert-manager resource ClusterIssuer to issue custom certificates for Apiserver and Ingress. | ||
as: cert-manager-clusterissuer | ||
from: upi-installer | ||
cli: latest | ||
commands: cert-manager-clusterissuer-commands.sh | ||
resources: | ||
requests: | ||
cpu: 100m | ||
memory: 100Mi | ||
env: | ||
- name: CLUSTERISSUER_NAME | ||
documentation: The name of the cert-manager ClusterIssuer to create in this step. | ||
default: "letsencrypt-prodoction-ci" | ||
documentation: |- | ||
Create and configure a cert-manager ClusterIssuer resource to issue custom certificates. |
12 changes: 8 additions & 4 deletions
12
ci-operator/step-registry/cert-manager/clusterissuer/hypershift/OWNERS
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,10 +1,14 @@ | ||
approvers: | ||
- jhou1 | ||
- liangxia | ||
- xingxingxia | ||
- lunarwhite | ||
- swghosh | ||
- TrilokGeer | ||
- fxierh | ||
- LiangquanLi930 | ||
- heliubj18 | ||
reviewers: | ||
- fxierh | ||
- xingxingxia | ||
- lunarwhite | ||
- swghosh | ||
- TrilokGeer | ||
- LiangquanLi930 | ||
- heliubj18 |
Oops, something went wrong.