From 42d16b0fb64250f20a875af1cc4b8285aca179ec Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 9 Jun 2023 01:36:18 +0000 Subject: [PATCH] Update file test.yaml --- heimdall/templates/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heimdall/templates/test.yaml b/heimdall/templates/test.yaml index cd2ad98..474e552 100644 --- a/heimdall/templates/test.yaml +++ b/heimdall/templates/test.yaml @@ -15,7 +15,7 @@ kind: ConfigMap metadata: name: my-config data: - IP_ADDRESS: $(external-secrets:my-secret.ip-address) + IP_ADDRESS: "" ---