Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #184 from max-grzanna/bugfix-helm-chart-#182
Browse files Browse the repository at this point in the history
Fixed indentation error causing problems with helm installation
  • Loading branch information
eriksven authored May 12, 2022
2 parents ceb75bc + cda620f commit 934d6e5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions deployment/helm/kuksa-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ ambassador:
installCRDs: true

#The cert manager is used to request certificates from Let's encrypt using ACME with a DNS-01 challeng. For more information visit https://cert-manager.io/docs/configuration/acme/dns01/ or consult the Readme file. For this Chart we assume that the Kuksa Cloud is hosted in an Azure environment. An introduction of the required information for the ACME challenge in Azure and how to obtain those values is available under: https://cert-manager.io/docs/configuration/acme/dns01/azuredns/. If you are using another environment for managing your DNS entries, you need to adapt the respective issuer in templates/cert-manager.
certificates:
productionCertificate: false
sslForTcpMappings: false
sslForHttpMappings: false
azureSubscriptionId:
azureTenantId:
azureResourceGroup:
azureSpId:
azureSpPassword:
certificates:
productionCertificate: false
sslForTcpMappings: false
sslForHttpMappings: false
azureSubscriptionId:
azureTenantId:
azureResourceGroup:
azureSpId:
azureSpPassword:

0 comments on commit 934d6e5

Please sign in to comment.