Handle undefined variable

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2020-11-30 14:42:38 +01:00
parent e241080514
commit 041be0be23

View File

@@ -78,14 +78,14 @@ spec:
initialDelaySeconds: 5
periodSeconds: 60
httpGet:
path: "{{ subdir }}/healthz/ready"
path: "{{ subdir|default('') }}/healthz/ready"
port: 8080
livenessProbe:
timeoutSeconds: 10
initialDelaySeconds: 10
periodSeconds: 60
httpGet:
path: "{{ subdir }}/healthz/live"
path: "{{ subdir|default('') }}/healthz/live"
port: 8080
volumes:
- name: noggin-config-volume