You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon reviewing the logs, I discovered that the error was due to the Jenkins password and JWT secret being configured as empty. Consequently, I examined the ks-installer playbook and found that in the file roles/ks-core/config/tasks/main.yaml, the retrieval of the secret did not include the namespace, which was the cause of the error. Therefore, I would like to submit a pull request (PR) to fix this issue.
Upon reviewing the logs, I discovered that the error was due to the Jenkins password and JWT secret being configured as empty. Consequently, I examined the ks-installer playbook and found that in the file roles/ks-core/config/tasks/main.yaml, the retrieval of the secret did not include the namespace, which was the cause of the error. Therefore, I would like to submit a pull request (PR) to fix this issue.
ks-installer/roles/ks-core/config/tasks/main.yaml
Line 43 in 38055b3
ks-installer/roles/ks-core/config/tasks/main.yaml
Line 48 in 38055b3
The text was updated successfully, but these errors were encountered: