We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65e872 commit 9dba038Copy full SHA for 9dba038
charts/Makefile
@@ -4,7 +4,7 @@ REPO_BASE_DIR := $(shell git rev-parse --show-toplevel)
4
include ${REPO_BASE_DIR}/scripts/common.Makefile
5
include $(REPO_CONFIG_LOCATION)
6
7
-CONFIG_DIR := $(shell dirname $(REPO_CONFIG_LOCATION))
+export CONFIG_DIR := $(shell dirname $(REPO_CONFIG_LOCATION))
8
CHART_DIRS := $(wildcard $(REPO_BASE_DIR)/charts/*/)
9
10
.PHONY: .check-helmfile-installed
charts/cert-manager/values.acme-dns.yaml.gotmpl
@@ -1,6 +1,5 @@
1
cert-manager:
2
- extraArgs:
3
- - --max-concurrent-challenges=2
+ maxConcurrentChallenges: 2
extraObjects:
- |
apiVersion: v1
0 commit comments