From 82eeac78176d9b5bda137861053329bc1c819463 Mon Sep 17 00:00:00 2001 From: Sebastien LALLEMAND Date: Wed, 5 Jul 2023 16:18:27 +0200 Subject: [PATCH] fix: port 443 already defined line 22 --- infrastructure/files/stackrox-configure-hook/configure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/files/stackrox-configure-hook/configure.yaml b/infrastructure/files/stackrox-configure-hook/configure.yaml index 2f768a6..fa5f442 100644 --- a/infrastructure/files/stackrox-configure-hook/configure.yaml +++ b/infrastructure/files/stackrox-configure-hook/configure.yaml @@ -118,7 +118,7 @@ namespace: stackrox stringData: token: '{{ apitoken_value }}' - endpoint: '{{ central_hostname }}:443' + endpoint: '{{ central_hostname }}' when: apitoken_value is defined - name: Get secrets in the stackrox namespace