Skip to content

Commit 986b80c

Browse files
Merge pull request #215 from bharath-b-rh/cm-376
CM-376: Remove angular brackets in config manifests
2 parents 628090a + cb76177 commit 986b80c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

bundle/manifests/cert-manager-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ metadata:
176176
{
177177
"dns01": {
178178
"route53": {
179-
"accessKeyID": "\u003cACCESS_KEY_ID\u003e",
180-
"hostedZoneID": "\u003cHOSTED_ZONE_ID\u003e",
181-
"region": "\u003cAWS_REGION\u003e",
179+
"accessKeyID": "ACCESS_KEY_ID",
180+
"hostedZoneID": "HOSTED_ZONE_ID",
181+
"region": "AWS_REGION",
182182
"secretAccessKeySecretRef": {
183183
"key": "access-key",
184184
"name": "sample-aws-secret"

config/samples/letsencrypt/cert-manager.io_v1_issuer.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spec:
1313
- dns01:
1414
route53:
1515
#❗Replace these with your own values
16-
accessKeyID: "<ACCESS_KEY_ID>"
17-
hostedZoneID: "<HOSTED_ZONE_ID>"
18-
region: "<AWS_REGION>"
16+
accessKeyID: "ACCESS_KEY_ID"
17+
hostedZoneID: "HOSTED_ZONE_ID"
18+
region: "AWS_REGION"
1919
secretAccessKeySecretRef:
2020
name: "sample-aws-secret"
2121
key: "access-key"

0 commit comments

Comments
 (0)