Skip to content

Commit 9dba038

Browse files
committed
k8s wip
1 parent c65e872 commit 9dba038

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

charts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REPO_BASE_DIR := $(shell git rev-parse --show-toplevel)
44
include ${REPO_BASE_DIR}/scripts/common.Makefile
55
include $(REPO_CONFIG_LOCATION)
66

7-
CONFIG_DIR := $(shell dirname $(REPO_CONFIG_LOCATION))
7+
export CONFIG_DIR := $(shell dirname $(REPO_CONFIG_LOCATION))
88
CHART_DIRS := $(wildcard $(REPO_BASE_DIR)/charts/*/)
99

1010
.PHONY: .check-helmfile-installed

charts/cert-manager/values.acme-dns.yaml.gotmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
cert-manager:
2-
extraArgs:
3-
- --max-concurrent-challenges=2
2+
maxConcurrentChallenges: 2
43
extraObjects:
54
- |
65
apiVersion: v1

0 commit comments

Comments
 (0)