Skip to content

Commit

Permalink
Merge pull request #39 from evilmartians/0.6.0-preview-apps-infrastru…
Browse files Browse the repository at this point in the history
…cture

preview-apps-infrastructure: update to 0.6.0
  • Loading branch information
deponian authored Nov 27, 2024
2 parents 5897674 + be37953 commit 3873525
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/preview-apps-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: "1.0.0"
description: Creating infrastructure resources for preview apps
name: preview-apps-infrastructure
version: 0.5.0
version: 0.6.0
maintainers:
- name: Ilya Cherepanov
email: [email protected]
Expand Down
19 changes: 12 additions & 7 deletions charts/preview-apps-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ issuer:
server: https://acme-v02.api.letsencrypt.org/directory
# DNS-01 challenge is the only way to get wildcard certificate
dns01:
route53:
region: us-east-1
hostedZoneID: Z0152EXAMPLE
accessKeyID: AKIA5EXAMPLE
secretAccessKeySecretRef:
name: route53-secret
key: secret-access-key
# route53:
# region: us-east-1
# hostedZoneID: Z0152EXAMPLE
# accessKeyID: AKIA5EXAMPLE
# secretAccessKeySecretRef:
# name: route53-secret
# key: secret-access-key
# cloudDNS:
# project: "project-name"
# serviceAccountSecretRef:
# name: "google-cloud-dns"
# key: "credentials.json"

0 comments on commit 3873525

Please sign in to comment.