Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OSPRH-11191] Remove dereference for nil pointer
This patch fixes the issue when ExtraConfigmapsMounts is empty. Dereferencing a nil pointer leads to a panic. We now first check whether the pointer is nil and then move to dereferencing it.
- Loading branch information