Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 2bd930f

Browse files
committed
No cert manager on minikube
1 parent 4db944d commit 2bd930f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/kiebitz/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replicaCount: 1
1414
image:
1515
registry: ghcr.io/impfen
1616
pullPolicy: Always
17-
tag: latest
17+
tag: main
1818
# tag: 0.7
1919
kiebitz:
2020
repository: services-inoeg
@@ -23,7 +23,7 @@ image:
2323
beacon:
2424
repository: beacon-server
2525

26-
certManager: true
26+
certManager: false # no cert manager on minikube
2727

2828
imagePullSecrets: []
2929

0 commit comments

Comments
 (0)