Skip to content

Commit ce6bcf1

Browse files
authored
chore: Update cert-manager URL in installation.md and cert_manager.yaml (#3842)
1 parent 48fadf8 commit ce6bcf1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/deploy/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ We recommend using the Helm chart to install the controller. The chart supports
203203
### Install `cert-manager`
204204
205205
```
206-
kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.12.3/cert-manager.yaml
206+
kubectl apply --validate=false -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.3/cert-manager.yaml
207207
```
208208
209209
### Apply YAML

test/prow/cert_manager.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ spec:
958958
description: SecretName is the name of the secret resource that will be automatically created and managed by this Certificate resource. It will be populated with a private key and certificate, signed by the denoted issuer.
959959
type: string
960960
secretTemplate:
961-
description: SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/jetstack/cert-manager/issues/4292
961+
description: SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/cert-manager/cert-manager/issues/4292
962962
type: object
963963
properties:
964964
annotations:
@@ -1270,7 +1270,7 @@ spec:
12701270
description: SecretName is the name of the secret resource that will be automatically created and managed by this Certificate resource. It will be populated with a private key and certificate, signed by the denoted issuer.
12711271
type: string
12721272
secretTemplate:
1273-
description: SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/jetstack/cert-manager/issues/4292
1273+
description: SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/cert-manager/cert-manager/issues/4292
12741274
type: object
12751275
properties:
12761276
annotations:
@@ -1589,7 +1589,7 @@ spec:
15891589
description: SecretName is the name of the secret resource that will be automatically created and managed by this Certificate resource. It will be populated with a private key and certificate, signed by the denoted issuer.
15901590
type: string
15911591
secretTemplate:
1592-
description: SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/jetstack/cert-manager/issues/4292
1592+
description: SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/cert-manager/cert-manager/issues/4292
15931593
type: object
15941594
properties:
15951595
annotations:
@@ -1909,7 +1909,7 @@ spec:
19091909
description: SecretName is the name of the secret resource that will be automatically created and managed by this Certificate resource. It will be populated with a private key and certificate, signed by the denoted issuer.
19101910
type: string
19111911
secretTemplate:
1912-
description: SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/jetstack/cert-manager/issues/4292
1912+
description: SecretTemplate defines annotations and labels to be propagated to the Kubernetes Secret when it is created or updated. Once created, labels and annotations are not yet removed from the Secret when they are removed from the template. See https://github.com/cert-manager/cert-manager/issues/4292
19131913
type: object
19141914
properties:
19151915
annotations:

0 commit comments

Comments
 (0)