Skip to content

Commit

Permalink
update 04/23/24 07:22:22
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Apr 23, 2024
1 parent 9527e1f commit 76aa702
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
acme:
server: {{ .Values.acme.letsEncrypt.acmeUrl }}
email: {{ .Values.acme.letsEncrypt.emailReport }}
skipTLSVerify: {{ .Values.acme.letsEncrypt.skipTLSVerify }}

# Name of a secret used to store the ACME account private key
privateKeySecretRef:
Expand Down
1 change: 1 addition & 0 deletions charts/qovery/charts/cert-manager-configs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ acme:
letsEncrypt:
emailReport: ""
acmeUrl: ""
skipTLSVerify: false
1 change: 1 addition & 0 deletions charts/qovery/charts/qovery-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ buildContainer:
environmentVariables:
BUILDER_KUBE_ENABLED: "true"
BUILDER_CPU_ARCHITECTURES: "ARM64"
BUILDER_ROOTLESS_ENABLED: "true"

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit 76aa702

Please sign in to comment.