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 namespace: stackrox
stringData: stringData:
token: '{{ apitoken_value }}' token: '{{ apitoken_value }}'
endpoint: '{{ central_hostname }}:443' endpoint: '{{ central_hostname }}'
when: apitoken_value is defined when: apitoken_value is defined
- name: Get secrets in the stackrox namespace - name: Get secrets in the stackrox namespace

Loading…
Cancel
Save