Browse Source

fix: port 443 already defined line 22

main
Sebastien LALLEMAND 2 years ago
parent
commit
82eeac7817
  1. 2
      infrastructure/files/stackrox-configure-hook/configure.yaml

2
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

Loading…
Cancel
Save