From afd2f489ffdb6a6191fbd86f63ea21da6a5cecd3 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 15 Nov 2022 12:33:53 +0200 Subject: [PATCH] define variable! --- test/wg-easy/1.0.0/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/wg-easy/1.0.0/templates/deployment.yaml b/test/wg-easy/1.0.0/templates/deployment.yaml index dbb75c06e6..1ea233984c 100644 --- a/test/wg-easy/1.0.0/templates/deployment.yaml +++ b/test/wg-easy/1.0.0/templates/deployment.yaml @@ -87,6 +87,7 @@ spec: initialDelaySeconds: 5 failureThreshold: 40 periodSeconds: 15 + {{ $ip := .Values.wgeasy.client_address_range | replace "x" "0" }} lifecycle: preStop: exec: